summaryrefslogtreecommitdiff
path: root/japanese/dvipsk/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-11-29 06:37:30 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-11-29 06:37:30 +0000
commitfba0718c8e130f400d39dcf1cdeb4b1118ba6900 (patch)
treecf6fafc22a28f41cc8842998827572d36282edd2 /japanese/dvipsk/Makefile
parentOn second thought in the interest of getting 'real' ja-tcl82 and ja-tk82 (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/Makefile12
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>