diff options
author | obache <obache@pkgsrc.org> | 2012-01-24 12:01:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-24 12:01:13 +0000 |
commit | 5bb380e1edfbc4b9cec488ec926570323e7c31e7 (patch) | |
tree | af8bdf61c3a402c67a8a34e8c60b30a701a60708 | |
parent | 2311aa9fe12dcf91f6d0941d1316e988593d7555 (diff) | |
download | pkgsrc-5bb380e1edfbc4b9cec488ec926570323e7c31e7.tar.gz |
distutils pkg, register egg-info.
Bump PKGREVISION.
-rw-r--r-- | mail/getmail/Makefile | 6 | ||||
-rw-r--r-- | mail/getmail/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 4ca1fd6f94f..8d36d6bfe0f 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.106 2011/12/12 13:45:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.107 2012/01/24 12:01:13 obache Exp $ DISTNAME= getmail-4.24.0 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ @@ -12,8 +13,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir PYTHON_PATCH_SCRIPTS= *.py getmailcore/*.py -PYDISTUTILSPKG= yes .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/getmail/PLIST b/mail/getmail/PLIST index 885872c5d0b..0f9337a2a4e 100644 --- a/mail/getmail/PLIST +++ b/mail/getmail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:04:34 joerg Exp $ +@comment $NetBSD: PLIST,v 1.10 2012/01/24 12:01:13 obache Exp $ bin/getmail bin/getmail_fetch bin/getmail_maildir @@ -23,6 +23,7 @@ share/doc/getmail/getmaildocs.css share/doc/getmail/getmailrc-examples share/doc/getmail/troubleshooting.html share/doc/getmail/troubleshooting.txt +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/getmailcore/__init__.py ${PYSITELIB}/getmailcore/__init__.pyc ${PYSITELIB}/getmailcore/__init__.pyo |