diff options
author | agc <agc> | 1998-06-10 08:02:08 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-10 08:02:08 +0000 |
commit | 5e84a634d27add6fb89b751d0d34249ca6606522 (patch) | |
tree | 6666e3fdc661d0f840de3ed2df836db67e9df18b /archivers | |
parent | 90d87930c14604122ac6274e753fdccad9e9443a (diff) | |
download | pkgsrc-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 'archivers')
-rw-r--r-- | archivers/ha/Makefile | 4 | ||||
-rw-r--r-- | archivers/unzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/zip/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index c8300ebb7c5..c3ebc07806b 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:18 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/10 08:02:08 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org NO_WRKSUBDIR= yes MAKEFILE= makefile.nix -MAKE_FLAGS= CC=cc -f +MAKE_FLAGS= CC=cc ALL_TARGET= ha USE_GMAKE= yes 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: diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 398c79d369d..7d2b8f84649 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:19 frueauf Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/10 08:02:08 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -10,7 +10,7 @@ DISTFILES= zip22.tar.gz MAINTAINER= packages@netbsd.org MAKEFILE= unix/Makefile -MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" -f +MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" ALL_TARGET= generic MAN1= zip.1 zipnote.1 zipcloak.1 zipsplit.1 |