diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-22 00:37:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-22 00:37:56 +0000 |
commit | 38baee50e12bf4f5a4ea6b943ce2a69cbb36277b (patch) | |
tree | 4b6f45e7f4e375e87e46acd20fb73ec7afb61441 /lang/python15 | |
parent | 7c8377a6af6885ae778bc2d351adf5172ad4ce2f (diff) | |
download | pkgsrc-38baee50e12bf4f5a4ea6b943ce2a69cbb36277b.tar.gz |
Fix PLIST on Linux. Bump PKGREVISION.
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/Makefile | 4 | ||||
-rw-r--r-- | lang/python15/PLIST.Linux | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 331fd976624..382bddaca22 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2006/07/22 00:36:19 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2006/07/22 00:37:56 minskim Exp $ # DISTNAME= py152 PKGNAME= python15-1.5.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/src/ EXTRACT_SUFX= .tgz diff --git a/lang/python15/PLIST.Linux b/lang/python15/PLIST.Linux new file mode 100644 index 00000000000..f61f4f7fbdb --- /dev/null +++ b/lang/python15/PLIST.Linux @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2006/07/22 00:37:56 minskim Exp $ +lib/python1.5/plat-${PY_PLATNAME}/CDROM.py +lib/python1.5/plat-${PY_PLATNAME}/CDROM.pyc +lib/python1.5/plat-${PY_PLATNAME}/CDROM.pyo |