diff options
author | agc <agc> | 1998-06-03 13:57:28 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-03 13:57:28 +0000 |
commit | 54aecf63e3e2021ad7976ef238a5230789c1bfde (patch) | |
tree | ed92241cbcb78b7cd590787929cc4dec9ffe0fb1 /textproc/ispell | |
parent | aa6bcab07a666c44218c328e101c0f31f1e7f7ff (diff) | |
download | pkgsrc-54aecf63e3e2021ad7976ef238a5230789c1bfde.tar.gz |
Include bsd.prefs.mk, in case variables are set in /etc/mk.conf
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index bb297cf0280..8ad6342fbe1 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:33 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/03 13:57:28 agc Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # @@ -16,6 +16,8 @@ MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ sq.1 tryaffix.1 unsq.1 MAN4= ispell.4 english.4 +.include "../../mk/bsd.prefs.mk" + pre-extract pre-build pre-install: .if !defined(ISPELL_FR) @echo '******************************************************' |