diff options
Diffstat (limited to 'japanese/ndtpd/Makefile')
-rw-r--r-- | japanese/ndtpd/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/japanese/ndtpd/Makefile b/japanese/ndtpd/Makefile index 8b30d8fed06f..e68aa2af8c29 100644 --- a/japanese/ndtpd/Makefile +++ b/japanese/ndtpd/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Oct 1997 # Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> # -# $Id: Makefile,v 1.1.1.1 1998/04/21 15:10:50 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/04/22 12:32:10 asami Exp $ # DISTNAME= ndtpd-1.0.6 @@ -38,6 +38,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --enable-ja-info CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" +.if !defined(PACKAGE_BUILDING) +IS_INTERACTIVE= Maybe interactive at install stage +.endif APPENDIXDIR= share/ndtpd/appendix @@ -51,10 +54,10 @@ post-install: if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi -.for info in ndtpd.info +.for info in ndtpd.info ndtpd-ja.info install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor - @${SETENV} PKG_PREFIX=${PREFIX} \ + @${SETENV} PKG_PREFIX=${PREFIX} IS_INTERACTIVE="${IS_INTERACTIVE}" \ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL plist: extract |