diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
commit | 92cb14961276109a5c384faad8b01035e6c9a243 (patch) | |
tree | 52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/vfghostscript | |
parent | 44bab554424ac7bb53311e5b4759d26455961887 (diff) |
Notes
Diffstat (limited to 'japanese/vfghostscript')
-rw-r--r-- | japanese/vfghostscript/Makefile | 4 |
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 ; \ |