summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 23:55:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 23:55:49 +0000
commit7d1e7b5a76a259f0f7f8a4247ed1758c4fc1f829 (patch)
treed5d8087496f3cd79545f8b4178c851e647819c98 /japanese
parentAssign MAINTAINERship to submitter. (diff)
If BATCH is defined pass it as an environment variable to the INSTALL
script instead of as the third argument. Revert the PACKAGE_BUILDING changes I just made and look for BATCH in the scripts environment. Suggested and reviewed by: Asami-san
Notes
Notes: svn path=/head/; revision=19699
Diffstat (limited to 'japanese')
-rw-r--r--japanese/dvipsk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/dvipsk/Makefile b/japanese/dvipsk/Makefile
index 99fda18a000a..0f9a46d57286 100644
--- a/japanese/dvipsk/Makefile
+++ b/japanese/dvipsk/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 Aug 1997
# Whom: Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp>
#
-# $Id: Makefile,v 1.3 1999/06/05 22:29:48 mharo Exp $
+# $Id: Makefile,v 1.4 1999/06/17 08:15:52 asami Exp $
#
DISTNAME= dvipsk-5.78a
@@ -96,8 +96,8 @@ post-install:
@${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib
.endif
.if defined(BATCH)
- @${SETENV} PKG_PREFIX=${PREFIX} \
- ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL BATCH
+ @${SETENV} PKG_PREFIX=${PREFIX} BATCH=yes \
+ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.else
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL