summaryrefslogtreecommitdiff
path: root/devel/binutils
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-29 06:48:22 +0000
committerjlam <jlam@pkgsrc.org>2002-09-29 06:48:22 +0000
commitc5ce8fcc05100fd40cd9b380538b5faa6225a8ce (patch)
tree9ea3ee29240f9a683a677ed86daa1e2cd4f9d5af /devel/binutils
parent2533e7b52e7837490dc0bead922ac7461b1e3ba4 (diff)
downloadpkgsrc-c5ce8fcc05100fd40cd9b380538b5faa6225a8ce.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'devel/binutils')
-rw-r--r--devel/binutils/Makefile6
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