diff options
author | jlam <jlam> | 2002-09-29 06:48:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-29 06:48:22 +0000 |
commit | 9fffda76d4e835b366358db40f1a0849bc15af2d (patch) | |
tree | 9ea3ee29240f9a683a677ed86daa1e2cd4f9d5af /devel/binutils | |
parent | ccfc4159843a3f2ae5dc46dedec8e188416519f6 (diff) | |
download | pkgsrc-9fffda76d4e835b366358db40f1a0849bc15af2d.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 6b4383e8374..62cdab3ac25 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/08/25 19:22:22 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/29 06:48:22 jlam Exp $ # DISTNAME= binutils-2.11.2 @@ -9,8 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/directory/binutils.html COMMENT= GNU binary utilities +USE_BUILDLINK2= YES GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES .include "../../mk/bsd.prefs.mk" @@ -23,7 +23,7 @@ post-install: ${FIND} ${PREFIX}/${MACHINE_GNU_PLATFORM}/lib/ldscripts -type f -print | \ ${SORT} -r | ${SED} 's;${PREFIX}/;;g' > ${WRKDIR}/PLIST_DYNAMIC -.elif ${OPSYS} == "SunOS" +.else PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS} .endif |