diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-11-29 06:37:30 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-11-29 06:37:30 +0000 |
commit | fba0718c8e130f400d39dcf1cdeb4b1118ba6900 (patch) | |
tree | cf6fafc22a28f41cc8842998827572d36282edd2 /japanese/dvipsk/Makefile | |
parent | b3f23ff0cf3fb381228dfbac510b247ed01d8f9a (diff) |
Removed interactive feature.
PR: 15149
Submitted by: maintainer
Reviewed by: ports-jp
Notes
Notes:
svn path=/head/; revision=23496
Diffstat (limited to 'japanese/dvipsk/Makefile')
-rw-r--r-- | japanese/dvipsk/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/japanese/dvipsk/Makefile b/japanese/dvipsk/Makefile index 0cad464a9f04..3ff663e4acd8 100644 --- a/japanese/dvipsk/Makefile +++ b/japanese/dvipsk/Makefile @@ -17,8 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dvipsk-jpatch-p1.4c.tar.gz MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp -RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common \ - ${LOCALBASE}/share/fonts/vf-a2bk:${PORTSDIR}/japanese/vftool +RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-* @@ -27,7 +26,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_install="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}" SCRIPTS_ENV= MV=${MV} SED=${SED} MAN1= dvips.1 afm2tfm.1 -IS_INTERACTIVE= yes TEXMF= ${PREFIX}/share/texmf DVIPSDIR= ${TEXMF}/dvips @@ -83,12 +81,6 @@ post-install: done @${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib .endif -.if defined(BATCH) - @${SETENV} PKG_PREFIX=${PREFIX} BATCH=yes \ - ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.else - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.endif + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |