diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 09:29:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 09:29:57 +0000 |
commit | cea4a3cb6f8181f817bec9f3d97a7f35953adb85 (patch) | |
tree | 188b701776eb50f5941dc77ca1d2251522cabdd6 /lang/python24 | |
parent | 14d3cb65842c69e0f332442cd10d6b583681d6fb (diff) | |
download | pkgsrc-cea4a3cb6f8181f817bec9f3d97a7f35953adb85.tar.gz |
Remove empty PLIST.common_end.
Diffstat (limited to 'lang/python24')
-rw-r--r-- | lang/python24/Makefile | 3 | ||||
-rw-r--r-- | lang/python24/PLIST.common_end | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 13a7e2aeabc..333fde04f13 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2009/05/20 00:58:20 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2009/07/22 09:29:57 wiz Exp $ DISTNAME= Python-2.4.5 PKGNAME= python24-2.4.5 @@ -41,7 +41,6 @@ PLIST_SRC= ${.CURDIR}/../../lang/python24/PLIST.common .if exists(${.CURDIR}/../../lang/python24/PLIST.${OPSYS}) PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.${OPSYS} .endif -PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.common_end .if ${OPSYS} == "NetBSD" && ${_USE_DESTDIR} == "no" PRIVILEGED_STAGES+= clean diff --git a/lang/python24/PLIST.common_end b/lang/python24/PLIST.common_end deleted file mode 100644 index a6bd74b74ae..00000000000 --- a/lang/python24/PLIST.common_end +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST.common_end,v 1.4 2009/06/14 18:03:39 joerg Exp $ |