summaryrefslogtreecommitdiff
path: root/japanese/dvipsk-vflib/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-vflib/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-vflib/Makefile')
-rw-r--r--japanese/dvipsk-vflib/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/japanese/dvipsk-vflib/Makefile b/japanese/dvipsk-vflib/Makefile
index cc607e071e6e..c65e3fdea3f6 100644
--- a/japanese/dvipsk-vflib/Makefile
+++ b/japanese/dvipsk-vflib/Makefile
@@ -19,8 +19,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
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-*
@@ -31,7 +30,6 @@ CONFIGURE_ENV= ac_cv_path_install="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}"
MAKE_FLAGS= XCFLAGS="-I${PREFIX}/include" XLOADLIBES="-L${PREFIX}/lib"
SCRIPTS_ENV= MV=${MV} SED=${SED}
MAN1= dvips.1 afm2tfm.1
-IS_INTERACTIVE= yes
TEXMF= ${PREFIX}/share/texmf
DVIPSDIR= ${TEXMF}/dvips
@@ -88,12 +86,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>