diff options
author | Motoyuki Konno <motoyuki@FreeBSD.org> | 2000-07-09 10:26:22 +0000 |
---|---|---|
committer | Motoyuki Konno <motoyuki@FreeBSD.org> | 2000-07-09 10:26:22 +0000 |
commit | a4f59a912b5316e8a9764b5f6aad1ba0dedda315 (patch) | |
tree | 968b5f3997fd3811ebbfdb19ed673fd5e8be9134 /editors/mule-common | |
parent | dea01634c66f4d8fd68439387ecd6ca113e635e2 (diff) | |
download | ports-a4f59a912b5316e8a9764b5f6aad1ba0dedda315.tar.gz ports-a4f59a912b5316e8a9764b5f6aad1ba0dedda315.zip |
Notes
Diffstat (limited to 'editors/mule-common')
-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: |