summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortoshii <toshii@pkgsrc.org>2000-10-04 11:04:57 +0000
committertoshii <toshii@pkgsrc.org>2000-10-04 11:04:57 +0000
commit92d40c18f98cef29dc722009b7a3c1b9cd5488bf (patch)
treee57cd5592c12abea852c401902a061f0ce6ba80a /textproc
parenta1b1742dd8f6040b935dcd8a9e68e3e754937377 (diff)
downloadpkgsrc-92d40c18f98cef29dc722009b7a3c1b9cd5488bf.tar.gz
Take advantage of bsd.prefs.mk.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/textutils/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile
index f5c929632fa..64cd8b7f376 100644
--- a/textproc/textutils/Makefile
+++ b/textproc/textutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/01/04 18:06:32 bouyer Exp $
+# $NetBSD: Makefile,v 1.4 2000/10/04 11:04:58 toshii Exp $
# FreeBSD Id: ports/textproc/textutils/Makefile,v 1.7 1999/09/18 17:46:30 steve Exp
DISTNAME= textutils-2.0
@@ -17,9 +17,12 @@ USE_GMAKE= yes
post-install:
install-info ${PREFIX}/info/textutils.info ${PREFIX}/info/dir
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.prefs.mk"
+
.if ${OPSYS} == "SunOS"
PLIST_SUBST+= LOCALEBASE=lib
.else
PLIST_SUBST+= LOCALEBASE=share
.endif
+
+.include "../../mk/bsd.pkg.mk"