diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-04 22:53:11 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-04 22:53:11 +0800 |
commit | dc455bf77d858e5f8db750ad52b0bd9e0e76c7e7 (patch) | |
tree | e51fa8c140763137c360a0842b51812f87ef266f /print/ghostscript55 | |
parent | 8dc1d5515f125f5cd602d83ac185f4b4d34986a2 (diff) | |
download | freebsd-ports-gnome-dc455bf77d858e5f8db750ad52b0bd9e0e76c7e7.tar.gz freebsd-ports-gnome-dc455bf77d858e5f8db750ad52b0bd9e0e76c7e7.tar.zst freebsd-ports-gnome-dc455bf77d858e5f8db750ad52b0bd9e0e76c7e7.zip |
cosmetic changes using portlint, a really nice tool ;-)
Diffstat (limited to 'print/ghostscript55')
-rw-r--r-- | print/ghostscript55/Makefile | 16 | ||||
-rw-r--r-- | print/ghostscript55/pkg-plist | 2 |
2 files changed, 8 insertions, 10 deletions
diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index 47b90eaebe70..64057084e09c 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/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/ghostscript55/pkg-plist b/print/ghostscript55/pkg-plist index c81b9aa9af23..ae0ad8aff4bc 100644 --- a/print/ghostscript55/pkg-plist +++ b/print/ghostscript55/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 |