diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2000-07-09 18:26:22 +0800 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2000-07-09 18:26:22 +0800 |
commit | 23315816d14be77e9d911a2444776e9ab44e8285 (patch) | |
tree | 783f69b5a61a2c78041210a7bd4960aa5f9ed589 /editors | |
parent | fcaeff2fafc721feb6a67872df295318cc65cb07 (diff) | |
download | freebsd-ports-gnome-23315816d14be77e9d911a2444776e9ab44e8285.tar.gz freebsd-ports-gnome-23315816d14be77e9d911a2444776e9ab44e8285.tar.zst freebsd-ports-gnome-23315816d14be77e9d911a2444776e9ab44e8285.zip |
Fix typo.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 96f31f66cd13..8efebe555c4a 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -152,7 +152,7 @@ post-install: @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ - ${INSTALL_SCRIPT} ${FILESDIR}/mule.sh ${STARTUPSCRIPT}; \ + ${INSTALL_SCRIPT} ${FILESDIR}/mule.sh ${STARTUP_SCRIPT}; \ fi post-package: |