summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-10 08:02:08 +0000
committeragc <agc@pkgsrc.org>1998-06-10 08:02:08 +0000
commit666273802ad3a368fafd1bbcca9fba0e7030f819 (patch)
tree6666e3fdc661d0f840de3ed2df836db67e9df18b /print
parent1ff656b15a2c1145b2eff1e9f1ae3fdc09fea152 (diff)
downloadpkgsrc-666273802ad3a368fafd1bbcca9fba0e7030f819.tar.gz
Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript5/Makefile4
-rw-r--r--print/psutils/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile
index f98c53fd098..95884038052 100644
--- a/print/ghostscript5/Makefile
+++ b/print/ghostscript5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1998/06/03 14:08:50 agc Exp $
+# $NetBSD: Makefile,v 1.15 1998/06/10 08:02:09 agc Exp $
# FreeBSD Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp
#
@@ -20,7 +20,7 @@ MAKE_ENV= PORTSDIR=${.CURDIR}/../..
EXTRACT_ONLY= ${GS_SOURCES}
WRKSRC= ${WRKDIR}/gs5.10
MAKEFILE= unix-gcc.mak
-MAKE_FLAGS= prefix=${PREFIX} zlibc_=-lz CFLAGS="${CFLAGS}" -f
+MAKE_FLAGS= prefix=${PREFIX} zlibc_=-lz CFLAGS="${CFLAGS}"
MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1
GS_SOURCES= ghostscript-5.10.tar.gz
diff --git a/print/psutils/Makefile b/print/psutils/Makefile
index f5e28dfd3b0..3dc482bf068 100644
--- a/print/psutils/Makefile
+++ b/print/psutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:32 frueauf Exp $
+# $NetBSD: Makefile,v 1.7 1998/06/10 08:02:09 agc Exp $
# FreeBSD Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp
#
@@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org
MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter or A4
WRKSRC= ${WRKDIR}/psutils
-MAKE_FLAGS?= PAPER=${PAPERSIZE} -f
+MAKE_FLAGS?= PAPER=${PAPERSIZE}
MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \
getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 \
fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 \