From 666273802ad3a368fafd1bbcca9fba0e7030f819 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 10 Jun 1998 08:02:08 +0000 Subject: 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. --- audio/tracker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/tracker') 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 -- cgit v1.2.3