summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-01-13 16:10:55 +0000
committertron <tron@pkgsrc.org>2001-01-13 16:10:55 +0000
commit0762a4ff6578aa5f020b666de81f5ff85a59c355 (patch)
treea8f45335bebbb363fa6f1862c8035742a7565442 /textproc
parent03c1600fe7bb92bde18a95351daef617b82e4b1d (diff)
downloadpkgsrc-0762a4ff6578aa5f020b666de81f5ff85a59c355.tar.gz
"${LOCALEBASE}" gets defined in "bsd.pkg.mk" now.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/textutils/Makefile16
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"