pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/py-parsedatetime Remove Mac OS X resource files a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f35b2a97825
branches: trunk
changeset: 393961:3f35b2a97825
user: tron <tron%pkgsrc.org@localhost>
date: Sun May 31 17:02:24 2009 +0000
description:
Remove Mac OS X resource files and extracting the sources and don't
list them in the package list. This avoids package list problems
under Mac OS X and saves disk space on other platforms.
diffstat:
time/py-parsedatetime/Makefile | 7 ++++++-
time/py-parsedatetime/PLIST | 6 +-----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 4f428c62f326 -r 3f35b2a97825 time/py-parsedatetime/Makefile
--- a/time/py-parsedatetime/Makefile Sun May 31 16:52:43 2009 +0000
+++ b/time/py-parsedatetime/Makefile Sun May 31 17:02:24 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/05/31 16:51:37 tron Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/31 17:02:24 tron Exp $
DISTNAME= parsedatetime-0.8.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -12,5 +12,10 @@
PKG_DESTDIR_SUPPORT= user-destdir
+.include "../../mk/bsd.prefs.mk"
+
+post-extract:
+ ${FIND} ${WRKSRC} -name "._*" -type f -print | ${XARGS} ${RM} -f
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4f428c62f326 -r 3f35b2a97825 time/py-parsedatetime/PLIST
--- a/time/py-parsedatetime/PLIST Sun May 31 16:52:43 2009 +0000
+++ b/time/py-parsedatetime/PLIST Sun May 31 17:02:24 2009 +0000
@@ -1,8 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/31 16:51:37 tron Exp $
-${PYSITELIB}/${EGG_INFODIR}/._PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/._SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/._dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/._top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2009/05/31 17:02:24 tron Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Home |
Main Index |
Thread Index |
Old Index