diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 08:34:40 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 08:34:40 +0000 |
commit | b17c6b2c5f98627237fd79ea6c01ee9c18a1e6c7 (patch) | |
tree | e30e137163371e7a76ba8b7512c2b3bfe7937d32 /www/libwww | |
parent | c6cecb7e5e2fa8ed6de285d9f237636019d14c9d (diff) | |
download | FreeBSD-ports-b17c6b2c5f98627237fd79ea6c01ee9c18a1e6c7.zip FreeBSD-ports-b17c6b2c5f98627237fd79ea6c01ee9c18a1e6c7.tar.gz |
DISTNAME then PKGNAME, not other way around (portlint)
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 5aef150..6bdd16f 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -PKGNAME= libwww-5.2.6 DISTNAME= w3c-${PKGNAME} +PKGNAME= libwww-5.2.6 CATEGORIES= www devel MASTER_SITES= http://www.w3.org/Library/Distribution/ |