summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-01-04 20:18:33 +0000
committerwiz <wiz@pkgsrc.org>2003-01-04 20:18:33 +0000
commitbdebab288f5ed3fd6668a476ddc781e3307eb1e1 (patch)
treee438aece0e7cef1f4f7f8043800f2d6821c5b82c /devel
parenta842dacb25624d0e78552a554e759f3cc55efeb2 (diff)
downloadpkgsrc-bdebab288f5ed3fd6668a476ddc781e3307eb1e1.tar.gz
Fix location of PLIST.common_end. Will probably fix recent bulk build failure.
Diffstat (limited to 'devel')
-rw-r--r--devel/binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index 86daff09397..636bc9fb6c1 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/12/25 16:53:51 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/01/04 20:18:33 wiz Exp $
#
DISTNAME= binutils-2.11.2
@@ -21,7 +21,7 @@ PATCHFILES= binutils-NetBSD-diff-20020418.patch.bz2
PATCH_SITES= ${MASTER_SITE_LOCAL}
PLIST_SRC= ${PKGDIR}/PLIST.common
PLIST_SRC+= ${WRKDIR}/PLIST_DYNAMIC
-PLIST_SRC+= ${WRKDIR}/PLIST.common_end
+PLIST_SRC+= ${PKGDIR}/PLIST.common_end
post-install:
${FIND} ${PREFIX}/${MACHINE_GNU_PLATFORM}/lib/ldscripts -type f -print | \