summaryrefslogtreecommitdiff
path: root/archivers/ha
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-10 08:02:08 +0000
committeragc <agc@pkgsrc.org>1998-06-10 08:02:08 +0000
commit666273802ad3a368fafd1bbcca9fba0e7030f819 (patch)
tree6666e3fdc661d0f840de3ed2df836db67e9df18b /archivers/ha
parent1ff656b15a2c1145b2eff1e9f1ae3fdc09fea152 (diff)
downloadpkgsrc-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 'archivers/ha')
-rw-r--r--archivers/ha/Makefile4
1 files changed, 2 insertions, 2 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