summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-12-31 00:27:36 +0000
committersbd <sbd@pkgsrc.org>2012-12-31 00:27:36 +0000
commitd88804096c2195f2f1dcbfb79e6e99f6656dcacb (patch)
tree35109b23271921a3ec9dee53851c4e9f102f8189 /textproc
parent02818cf4a16e0296e7ecd39cc3cfa5afd498e26a (diff)
downloadpkgsrc-d88804096c2195f2f1dcbfb79e6e99f6656dcacb.tar.gz
Use ${PKGGNUDIR} and ${PKGMANDIR} in INSTALLATION_DIRS.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/grep/Makefile4
-rw-r--r--textproc/gsed/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile
index c7b2fc72b6c..1ea3b21d9c4 100644
--- a/textproc/grep/Makefile
+++ b/textproc/grep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2012/12/18 12:08:25 tron Exp $
+# $NetBSD: Makefile,v 1.34 2012/12/31 00:27:37 sbd Exp $
DISTNAME= grep-2.14
PKGREVISION= 1
@@ -20,7 +20,7 @@ CONFIGURE_ENV+= MKDIR_P=${INSTALL_DATA_DIR:Q}
INFO_FILES= yes
TEXINFO_REQD= 4.0
-INSTALLATION_DIRS= gnu/bin gnu/man/man1
+INSTALLATION_DIRS= ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1
.include "../../mk/bsd.prefs.mk"
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 1abf532fb6f..9d6926b2ab5 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2012/12/06 11:43:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.43 2012/12/31 00:27:37 sbd Exp $
#
DISTNAME= sed-4.2.1
@@ -19,7 +19,7 @@ GNU_CONFIGURE= YES
INFO_FILES= YES
TEST_TARGET= check
-INSTALLATION_DIRS= gnu/bin gnu/man/man1
+INSTALLATION_DIRS= ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1
# at least Solaris-2.9 has issues with grep/egrep
USE_TOOLS+= grep makeinfo