summaryrefslogtreecommitdiff
path: root/japanese/vfghostscript
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/vfghostscript
parentuse updated net/wais (diff)
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'japanese/vfghostscript')
-rw-r--r--japanese/vfghostscript/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile
index c412c666b1a4..2396c017bf77 100644
--- a/japanese/vfghostscript/Makefile
+++ b/japanese/vfghostscript/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 May 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.3 1996/11/04 10:56:48 asami Exp $
+# $Id: Makefile,v 1.4 1996/11/11 10:13:03 max Exp $
#
DISTNAME= ghostscript2.6.2
@@ -26,6 +26,7 @@ RUN_DEPENDS= ${PREFIX}/lib/libVFlib.a:${PORTSDIR}/japanese/vflib
WRKSRC= ${WRKDIR}/gs262
EXTRACT_ONLY= ghostscript-2.6.2.tar.gz
+MAN1= gs.1
DOC_DIR=${PREFIX}/lib/ghostscript/doc
@@ -106,7 +107,6 @@ post-install:
)
@(${MKDIR} ${PREFIX}/man/man1 ; \
${CP} ${WRKSRC}/gs.1 ${PREFIX}/man/man1/ ; \
- ${COMPRESS_MAN} ${PREFIX}/man/man1/gs.1 ; \
${CP} ${WRKSRC}/gs261j.jis ${DOC_DIR} ; \
${CP} ${WRKSRC}/printers.jis ${DOC_DIR} ; \
${CP} ${WRKSRC}/gdevmjc-0.7/README.jis ${DOC_DIR}/gdevmjc.jis ; \