aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/dvipsk
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-23 07:55:49 +0800
committersteve <steve@FreeBSD.org>1999-06-23 07:55:49 +0800
commitb5c5b46019ac63d389f0ca13c86c7b24b85758e3 (patch)
tree0b2e20c1f4a0010f0235d0c10fdfe09280e3eb3a /japanese/dvipsk
parent52b108aaaa2449970d447c4049b6e5fc07516d43 (diff)
downloadfreebsd-ports-gnome-b5c5b46019ac63d389f0ca13c86c7b24b85758e3.tar.gz
freebsd-ports-gnome-b5c5b46019ac63d389f0ca13c86c7b24b85758e3.tar.zst
freebsd-ports-gnome-b5c5b46019ac63d389f0ca13c86c7b24b85758e3.zip
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
Diffstat (limited to 'japanese/dvipsk')
-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