From d88804096c2195f2f1dcbfb79e6e99f6656dcacb 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. --- devel/binutils/Makefile | 4 ++-- devel/patch/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3