From 92d40c18f98cef29dc722009b7a3c1b9cd5488bf Mon Sep 17 00:00:00 2001 From: toshii Date: Wed, 4 Oct 2000 11:04:57 +0000 Subject: Take advantage of bsd.prefs.mk. --- textproc/textutils/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'textproc/textutils/Makefile') 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" -- cgit v1.2.3