diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-19 15:16:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-19 15:16:34 +0000 |
commit | 8f27d857ce484e5e12bb2bcbce023e1b267e6761 (patch) | |
tree | 6a3ec24b455778eb6808abea8129d1e34395a260 /japanese/sj3-lib | |
parent | a53e3a9f5fd9989b21055e6e546384bc868f0a2b (diff) | |
download | ports-8f27d857ce484e5e12bb2bcbce023e1b267e6761.tar.gz ports-8f27d857ce484e5e12bb2bcbce023e1b267e6761.zip |
Notes
Diffstat (limited to 'japanese/sj3-lib')
-rw-r--r-- | japanese/sj3-lib/Makefile | 2 |
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 |