summaryrefslogtreecommitdiff
path: root/textproc/ispell-en_GB
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-26 10:24:10 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-26 10:24:10 +0000
commitc049a2ca48d1150abe59446f3082ca4116323bc6 (patch)
tree0296198370532d82efd6efd523c7ca1570359f37 /textproc/ispell-en_GB
parent0538ec5b33e56381337ee00b1bb6243bc3bc3c7a (diff)
downloadpkgsrc-c049a2ca48d1150abe59446f3082ca4116323bc6.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'textproc/ispell-en_GB')
-rw-r--r--textproc/ispell-en_GB/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/ispell-en_GB/Makefile b/textproc/ispell-en_GB/Makefile
index dfcd7f74434..d100dd86cf7 100644
--- a/textproc/ispell-en_GB/Makefile
+++ b/textproc/ispell-en_GB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/03/14 08:15:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2016/02/26 10:32:47 jperkin Exp $
#
DISTNAME= ispell-3.4.00
@@ -25,12 +25,9 @@ MAKE_FLAGS+= TMPDIR=${WRKDIR:Q}
INSTALLATION_DIRS= lib
MAKE_JOBS_SAFE= no
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS"
-WORDS= /usr/dict/words
-.else
-WORDS= /usr/share/dict/words
-.endif
+OPSYSVARS+= WORDS
+WORDS.SunOS= /usr/dict/words
+WORDS.*= /usr/share/dict/words
do-configure:
cd ${WRKSRC}; \