aboutsummaryrefslogtreecommitdiff
path: root/japanese/sj3-lib
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-07-19 15:16:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-07-19 15:16:34 +0000
commit8f27d857ce484e5e12bb2bcbce023e1b267e6761 (patch)
tree6a3ec24b455778eb6808abea8129d1e34395a260 /japanese/sj3-lib
parenta53e3a9f5fd9989b21055e6e546384bc868f0a2b (diff)
downloadports-8f27d857ce484e5e12bb2bcbce023e1b267e6761.tar.gz
ports-8f27d857ce484e5e12bb2bcbce023e1b267e6761.zip
Fix a typo in post-install.
PR: ports/20036 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notified by: bento
Notes
Notes: svn path=/head/; revision=30879
Diffstat (limited to 'japanese/sj3-lib')
-rw-r--r--japanese/sj3-lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/sj3-lib/Makefile b/japanese/sj3-lib/Makefile
index d5ecaa18f71b..4f50c4295a3c 100644
--- a/japanese/sj3-lib/Makefile
+++ b/japanese/sj3-lib/Makefile
@@ -30,7 +30,7 @@ do-configure:
post-install:
if [ ! -f ${STARTUP_SCRIPT} ]; then \
${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \
- ${INSTALL_SCRIPT} ${FILESDIR}/sj3.sh ${STARTUP_SCRIPT}; \
+ ${INSTALL_SCRIPT} ${FILESDIR}/sj3.sh.in ${STARTUP_SCRIPT}; \
fi
${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL