diff options
-rw-r--r-- | textproc/textutils/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index 64cd8b7f376..81b84f4373c 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/10/04 11:04:58 toshii Exp $ +# $NetBSD: Makefile,v 1.5 2001/01/13 16:10:55 tron Exp $ # FreeBSD Id: ports/textproc/textutils/Makefile,v 1.7 1999/09/18 17:46:30 steve Exp DISTNAME= textutils-2.0 @@ -8,21 +8,13 @@ MASTER_SITES= ${MASTER_SITE_GNU:=textutils/} MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.gnu.org/software/textutils/textutils.html -GNU_CONFIGURE= yes - +USE_GMAKE= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS= --program-prefix=g -USE_GMAKE= yes +PLIST_SUBST+= LOCALEBASE="${LOCALEBASE}" post-install: install-info ${PREFIX}/info/textutils.info ${PREFIX}/info/dir -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -PLIST_SUBST+= LOCALEBASE=lib -.else -PLIST_SUBST+= LOCALEBASE=share -.endif - .include "../../mk/bsd.pkg.mk" |