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 | |
parent | Add hack for gzipped files that are not .tar.gz files and uncompress (diff) |
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')
-rw-r--r-- | japanese/sj3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/sj3/Makefile b/japanese/sj3/Makefile index d5ecaa18f71b..4f50c4295a3c 100644 --- a/japanese/sj3/Makefile +++ b/japanese/sj3/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 |