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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
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 \ |