summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-10-16 07:23:48 +0000
committerobache <obache@pkgsrc.org>2011-10-16 07:23:48 +0000
commita0ae4a89eade98382942ee7265820a223297c680 (patch)
tree3a2ddd1cffdfa0c441f16daf822b2c7c20c77f14
parentd7f22a3eef3d9ebdbf8482b33df1dbc04df1ef77 (diff)
downloadpkgsrc-a0ae4a89eade98382942ee7265820a223297c680.tar.gz
simplify PLIST handling.
-rw-r--r--devel/py-idle/Makefile4
-rw-r--r--devel/py-idle/PLIST2
-rw-r--r--devel/py-idle/PLIST.pre2
3 files changed, 3 insertions, 5 deletions
diff --git a/devel/py-idle/Makefile b/devel/py-idle/Makefile
index 76ed2cf3298..5ff04c07749 100644
--- a/devel/py-idle/Makefile
+++ b/devel/py-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2011/10/16 07:19:33 obache Exp $
+# $NetBSD: Makefile,v 1.30 2011/10/16 07:23:48 obache Exp $
#
PKGNAME= ${PYPKGPREFIX}-idle-0
@@ -13,7 +13,6 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
PKG_DESTDIR_SUPPORT= user-destdir
-PLIST_SRC= ${WRKDIR}/.PLIST_SRC
PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
@@ -39,7 +38,6 @@ INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/Tools/scripts/idle \
${DESTDIR}${PREFIX}/bin/idle${PYVERSSUFFIX}
- ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
.include "../../lang/python/srcdist.mk"
.include "../../lang/python/application.mk"
diff --git a/devel/py-idle/PLIST b/devel/py-idle/PLIST
new file mode 100644
index 00000000000..8a9eba9a963
--- /dev/null
+++ b/devel/py-idle/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.3 2011/10/16 07:23:48 obache Exp $
+bin/idle${PYVERSSUFFIX}
diff --git a/devel/py-idle/PLIST.pre b/devel/py-idle/PLIST.pre
deleted file mode 100644
index 2c29d818463..00000000000
--- a/devel/py-idle/PLIST.pre
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.pre,v 1.1 2002/01/29 11:12:48 drochner Exp $
-bin/idle${PYVERSSUFFIX}