summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsbd <sbd>2012-12-31 00:27:36 +0000
committersbd <sbd>2012-12-31 00:27:36 +0000
commitb0d8aeec10d8109d76701dc149e1aeddba403945 (patch)
tree35109b23271921a3ec9dee53851c4e9f102f8189 /devel
parentbb66e797dcb56194b7c9d2c76b8d5d44670406b6 (diff)
downloadpkgsrc-b0d8aeec10d8109d76701dc149e1aeddba403945.tar.gz
Use ${PKGGNUDIR} and ${PKGMANDIR} in INSTALLATION_DIRS.
Diffstat (limited to 'devel')
-rw-r--r--devel/binutils/Makefile4
-rw-r--r--devel/patch/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index 4b648892890..1347b9b5be3 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2012/12/06 11:40:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2012/12/31 00:27:36 sbd Exp $
DISTNAME= binutils-2.22
PKGREVISION= 1
@@ -31,7 +31,7 @@ PLIST_SRC+= ${WRKDIR}/PLIST_DYNAMIC
INFO_FILES= yes
-INSTALLATION_DIRS= gnu/bin gnu/man/man1
+INSTALLATION_DIRS= ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1
# gprof (XXX: and others?) cannot be built on all platforms
#
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 7093f233381..55edae24bd4 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2012/12/06 11:40:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.37 2012/12/31 00:27:36 sbd Exp $
DISTNAME= patch-2.5.9
PKGREVISION= 2
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --program-prefix=g
INSTALL_MAKE_FLAGS= bindir=${DESTDIR}${PREFIX}/bin \
man1dir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-INSTALLATION_DIRS= gnu/bin gnu/man/man1
+INSTALLATION_DIRS= ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1
do-patch:
${MV} ${WRKSRC}/pch.c ${WRKSRC}/pch.c.orig