diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /net/py-adns | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'net/py-adns')
-rw-r--r-- | net/py-adns/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index 12ca8106b7a..91de150c7c7 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2006/08/13 23:32:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/22 19:26:58 wiz Exp $ # -DISTNAME= adns-python-1.0.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= adns-python-1.0.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 2 -CATEGORIES= net python -MASTER_SITES= http://dustman.net/andy/python/adns-python/1.0.0/ +CATEGORIES= net python +MASTER_SITES= http://dustman.net/andy/python/adns-python/1.0.0/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dustman.net/andy/python/adns-python/ -COMMENT= Python interface to the GNU asynchronous DNS resolver library +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://dustman.net/andy/python/adns-python/ +COMMENT= Python interface to the GNU asynchronous DNS resolver library PYDISTUTILSPKG= |