diff options
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 16 | ||||
-rw-r--r-- | print/ghostscript7/pkg-plist | 2 |
2 files changed, 8 insertions, 10 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 47b90ea..6405708 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.10 1997/09/03 06:57:04 andreas Exp $ +# $Id: Makefile,v 1.11 1997/09/04 14:57:14 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -18,7 +18,6 @@ MAINTAINER= andreas@FreeBSD.org BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ /nonexistent:${PORTSDIR}/graphics/png \ unzip:${PORTSDIR}/archivers/unzip -DEPENDS_TARGET= extract MAKE_ENV= PORTSDIR=${PORTSDIR} EXTRACT_ONLY= ${GS_SOURCES} @@ -50,14 +49,13 @@ pre-fetch: @${ECHO_MSG} "Using -DA4 for compilation." .endif - post-extract: - touch ${WRKSRC}/adler32.c - touch ${WRKSRC}/deflate.c - touch ${WRKSRC}/trees.c - touch ${WRKSRC}/adler32.o - touch ${WRKSRC}/deflate.o - touch ${WRKSRC}/trees.o + ${TOUCH} ${WRKSRC}/adler32.c + ${TOUCH} ${WRKSRC}/deflate.c + ${TOUCH} ${WRKSRC}/trees.c + ${TOUCH} ${WRKSRC}/adler32.o + ${TOUCH} ${WRKSRC}/deflate.o + ${TOUCH} ${WRKSRC}/trees.o ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV} diff --git a/print/ghostscript7/pkg-plist b/print/ghostscript7/pkg-plist index c81b9aa..ae0ad8a 100644 --- a/print/ghostscript7/pkg-plist +++ b/print/ghostscript7/pkg-plist @@ -13,7 +13,7 @@ bin/printafm bin/ps2ascii bin/ps2epsi bin/ps2pdf -bin/wftopfa +bin/wftopfa man/man1/gs.1.gz man/man1/pdf2dsc.1.gz man/man1/pdf2ps.1.gz |