diff options
author | tron <tron@pkgsrc.org> | 2001-02-26 20:19:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-26 20:19:43 +0000 |
commit | eaa668697ff4665cac9ef4ee1c809fb646ed9232 (patch) | |
tree | 05777537a7842cd2f8fdcb3806350b75a37d96cc /textproc/textutils/Makefile | |
parent | ed13e58de405ea493d2ecdffdb2b81375ce06a1f (diff) | |
download | pkgsrc-eaa668697ff4665cac9ef4ee1c809fb646ed9232.tar.gz |
Use "PKGLOCALEDIR" instead of "LOCALEDIR".
Diffstat (limited to 'textproc/textutils/Makefile')
-rw-r--r-- | textproc/textutils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index 1062a4e9d06..16da8dfa890 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/26 20:19:49 tron Exp $ # FreeBSD Id: ports/textproc/textutils/Makefile,v 1.7 1999/09/18 17:46:30 steve Exp DISTNAME= textutils-2.0 @@ -13,8 +13,6 @@ USE_GMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --program-prefix=g -PLIST_SUBST+= LOCALEDIR="${LOCALEDIR}" - post-install: install-info ${PREFIX}/info/textutils.info ${PREFIX}/info/dir |