diff options
author | tron <tron@pkgsrc.org> | 2009-05-31 17:02:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-05-31 17:02:24 +0000 |
commit | d6cd3eed499d435b87189307ba7ac8e1796707f7 (patch) | |
tree | 94954aa5a648d2d4ee14fa6d2e430158c2713146 /time | |
parent | dfdeb777831d84cb26cc3438217c1cee82ad2af3 (diff) | |
download | pkgsrc-d6cd3eed499d435b87189307ba7ac8e1796707f7.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/py-parsedatetime/Makefile | 7 | ||||
-rw-r--r-- | time/py-parsedatetime/PLIST | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/time/py-parsedatetime/Makefile b/time/py-parsedatetime/Makefile index f139d6cbab4..f5d57827091 100644 --- a/time/py-parsedatetime/Makefile +++ b/time/py-parsedatetime/Makefile @@ -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 @@ LICENSE= apache-2.0 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 --git a/time/py-parsedatetime/PLIST b/time/py-parsedatetime/PLIST index 47af84d8275..818048d1f9d 100644 --- a/time/py-parsedatetime/PLIST +++ b/time/py-parsedatetime/PLIST @@ -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 |