summaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authoragc <agc>1998-06-10 08:02:08 +0000
committeragc <agc>1998-06-10 08:02:08 +0000
commit6e427b5c63f571cc7d3488032b70fa7cdfd7b6b1 (patch)
tree6666e3fdc661d0f840de3ed2df836db67e9df18b /archivers/unzip
parent6e8881486aab6b4666e016faf15c9b2d917ad2fc (diff)
downloadpkgsrc-6e427b5c63f571cc7d3488032b70fa7cdfd7b6b1.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 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index aa1e61a5115..14b71f19da0 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:18 frueauf Exp $
+# $NetBSD: Makefile,v 1.8 1998/06/10 08:02:08 agc Exp $
# FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp
#
@@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org
MAKEFILE= unix/Makefile
ALL_TARGET= bsd
-MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
+MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK"
MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
do-install: