summaryrefslogtreecommitdiff
path: root/print/psutils
diff options
context:
space:
mode:
authoragc <agc>1998-06-10 08:02:08 +0000
committeragc <agc>1998-06-10 08:02:08 +0000
commit5e84a634d27add6fb89b751d0d34249ca6606522 (patch)
tree6666e3fdc661d0f840de3ed2df836db67e9df18b /print/psutils
parent90d87930c14604122ac6274e753fdccad9e9443a (diff)
downloadpkgsrc-5e84a634d27add6fb89b751d0d34249ca6606522.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/psutils')
-rw-r--r--print/psutils/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \