summaryrefslogtreecommitdiff
path: root/textproc/grep
diff options
context:
space:
mode:
authorsbd <sbd>2012-12-31 00:27:36 +0000
committersbd <sbd>2012-12-31 00:27:36 +0000
commitf3a9f6cdcf04494bc232d0911bd90671db8ac432 (patch)
tree35109b23271921a3ec9dee53851c4e9f102f8189 /textproc/grep
parent7fa8db881b3514165da2e5814275bdd7334b994f (diff)
downloadpkgsrc-f3a9f6cdcf04494bc232d0911bd90671db8ac432.tar.gz
Use ${PKGGNUDIR} and ${PKGMANDIR} in INSTALLATION_DIRS.
Diffstat (limited to 'textproc/grep')
-rw-r--r--textproc/grep/Makefile4
1 files changed, 2 insertions, 2 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"