diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 09:23:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 09:23:47 +0000 |
commit | 455eeed410a3c01d8d478779ceccd059f425b104 (patch) | |
tree | 452e5c9d93b5952908d360d04f817b8659275748 /devel/binutils | |
parent | f621606b7b4b3a311f10c98a62b26f4add0f9d2e (diff) | |
download | pkgsrc-455eeed410a3c01d8d478779ceccd059f425b104.tar.gz |
Remove empty PLIST.common_end.
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 3 | ||||
-rw-r--r-- | devel/binutils/PLIST.common_end | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index fec6fe713e8..acf47445ef5 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/06/20 01:09:12 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2009/07/22 09:25:02 wiz Exp $ DISTNAME= binutils-2.17 PKGREVISION= 1 @@ -32,7 +32,6 @@ BINUTILS_PREFIX= ${PREFIX}/${MACHINE_GNU_PLATFORM} PLIST_SRC= ${PKGDIR}/PLIST.common PLIST_SRC+= ${WRKDIR}/PLIST_DYNAMIC -PLIST_SRC+= ${PKGDIR}/PLIST.common_end INFO_FILES= # PLIST diff --git a/devel/binutils/PLIST.common_end b/devel/binutils/PLIST.common_end deleted file mode 100644 index f783f53aa1a..00000000000 --- a/devel/binutils/PLIST.common_end +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST.common_end,v 1.2 2009/06/14 17:48:34 joerg Exp $ |