aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/vfghostscript
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-13 20:41:39 +0800
committerasami <asami@FreeBSD.org>1996-11-13 20:41:39 +0800
commit042a5e832eac1dfef4595193d3fffd960ef53c1b (patch)
tree7ae602bbca92eda42ce423e98ed1c217b42a7352 /japanese/vfghostscript
parent3ed0aba637059650fffd2c7f54457a8e03245198 (diff)
downloadfreebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz
freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst
freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip
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.
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 ; \