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 /sysutils/mkisofs | |
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 'sysutils/mkisofs')
-rw-r--r-- | sysutils/mkisofs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 8d7df131256..60237ba075e 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:49 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/10 08:02:09 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/28 11:30:44 joerg Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/packages/mkisofs/ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes -MAKE_FLAGS= XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"'`uname -s | ${TR} [a-z] [A-Z]`'\"' -f +MAKE_FLAGS= XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"'`uname -s | ${TR} [a-z] [A-Z]`'\"' MAN8= mkisofs.8 .include "../../mk/bsd.pkg.mk" |