diff options
author | obache <obache> | 2012-01-27 06:23:20 +0000 |
---|---|---|
committer | obache <obache> | 2012-01-27 06:23:20 +0000 |
commit | 7ecc35a48618505ad28a64eba2ab06fd908fdf34 (patch) | |
tree | c9b0368ad310e204576d1ddf272cc4b148c7dc9a /www | |
parent | b6b9baff25d4f77753231964264e836c5ec60def (diff) | |
download | pkgsrc-7ecc35a48618505ad28a64eba2ab06fd908fdf34.tar.gz |
tabify.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-beautifulsoup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 8bf07f7b3e9..c5024e1ed52 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2011/11/29 17:00:54 darcy Exp $ +# $NetBSD: Makefile,v 1.7 2012/01/27 06:23:20 obache Exp $ # -DISTNAME= BeautifulSoup-3.2.0 -PKGNAME= ${PYPKGPREFIX}-beautifulsoup-3.2.0 +DISTNAME= BeautifulSoup-3.2.0 +PKGNAME= ${PYPKGPREFIX}-beautifulsoup-3.2.0 CATEGORIES= www python MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/ |