summaryrefslogtreecommitdiff
path: root/textproc/ispell
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 /textproc/ispell
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 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 8ad6342fbe1..3a37080cd29 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/06/03 13:57:28 agc Exp $
+# $NetBSD: Makefile,v 1.9 1998/06/10 08:02:09 agc Exp $
# FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp
#
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
MAINTAINER= packages@netbsd.org
-MAKE_FLAGS= TMPDIR=${.CURDIR} -f
+MAKE_FLAGS= TMPDIR=${.CURDIR}
SCRIPTS_ENV= "LANG=${LANG}"
MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \