[32971] branches/release_1_6/base/portmgr/dmg/postflight

jmpp at macports.org jmpp at macports.org
Tue Jan 15 08:30:27 PST 2008


Revision: 32971
          http://trac.macosforge.org/projects/macports/changeset/32971
Author:   jmpp at macports.org
Date:     2008-01-15 08:30:25 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------

${OUR_STRING} does not need to contain the trailing ':'.

Modified Paths:
--------------
    branches/release_1_6/base/portmgr/dmg/postflight

Modified: branches/release_1_6/base/portmgr/dmg/postflight
===================================================================
--- branches/release_1_6/base/portmgr/dmg/postflight	2008-01-15 16:25:43 UTC (rev 32970)
+++ branches/release_1_6/base/portmgr/dmg/postflight	2008-01-15 16:30:25 UTC (rev 32971)
@@ -42,7 +42,7 @@
 MANPAGES=${PREFIX}/share/man
 TIMESTAMP=$(date +"%Y-%m-%d_at_%H:%M:%S")
 BACKUP_SUFFIX=macports-saved_${TIMESTAMP}
-OUR_STRING="MacPorts Installer addition on ${TIMESTAMP}:"
+OUR_STRING="MacPorts Installer addition on ${TIMESTAMP}"
 
 
 # Command to update the MacPorts installation through "selfupdate":
@@ -69,7 +69,7 @@
         }
         echo -e "\n##\n# Your previous ${HOME}/.${CONF_FILE} file was backed up as ${HOME}/.${CONF_FILE}.${BACKUP_SUFFIX}\n##" >> ${HOME}/.${CONF_FILE}
     fi
-    echo -e "\n# ${OUR_STRING} adding an appropriate ${1} variable for use with MacPorts." >> ${HOME}/.${CONF_FILE}
+    echo -e "\n# ${OUR_STRING}: adding an appropriate ${1} variable for use with MacPorts." >> ${HOME}/.${CONF_FILE}
     echo "${ENV_COMMAND} ${1}${ASSIGN}${2}" >> ${HOME}/.${CONF_FILE}
     echo -e "# Finished adapting your ${1} environment variable for use with MacPorts.\n" >> ${HOME}/.${CONF_FILE}
     chown ${USER} ${HOME}/.${CONF_FILE} || echo "Warning: unable to adapt permissions on your ${HOME}/.${CONF_FILE} shell configuration file!"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080115/52d8be37/attachment.html


More information about the macports-changes mailing list