diff options
author | agc <agc@pkgsrc.org> | 1998-06-10 08:02:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-10 08:02:08 +0000 |
commit | 666273802ad3a368fafd1bbcca9fba0e7030f819 (patch) | |
tree | 6666e3fdc661d0f840de3ed2df836db67e9df18b /audio | |
parent | 1ff656b15a2c1145b2eff1e9f1ae3fdc09fea152 (diff) | |
download | pkgsrc-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 'audio')
-rw-r--r-- | audio/tracker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index 40612940d18..42b3e832847 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/22 11:05:02 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/10 08:02:08 agc Exp $ # FreeBSD Id: Makefile,v 1.29 1996/12/20 23:46:22 ache Exp # @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/tracker MAKE_FLAGS= MACHINE=netbsd CC=${CC} INSTALL="${INSTALL}" \ INST_BIN_OPT="-c -s -m ${BINMODE} -o ${BINOWN} -g ${BINGRP}" \ INST_MAN_OPT="-c -m 644 -o ${BINOWN} -g ${BINGRP}" \ - COMPRESSION_FILE=${PREFIX}/etc/compression_methods -f + COMPRESSION_FILE=${PREFIX}/etc/compression_methods INFO_FILES= tracker.info |