From f3a9f6cdcf04494bc232d0911bd90671db8ac432 Mon Sep 17 00:00:00 2001 From: sbd Date: Mon, 31 Dec 2012 00:27:36 +0000 Subject: Use ${PKGGNUDIR} and ${PKGMANDIR} in INSTALLATION_DIRS. --- textproc/grep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/grep') 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" -- cgit v1.2.3