diff options
Diffstat (limited to 'net/py-adns/Makefile')
-rw-r--r-- | net/py-adns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index 1c8817cda8a..79e8a7f4aa8 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/07/22 09:16:03 recht Exp $ +# $NetBSD: Makefile,v 1.4 2004/10/03 00:17:57 tv Exp $ # DISTNAME= adns-python-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= http://dustman.net/andy/python/adns-python/1.0.0/ |