diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 16:34:40 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 16:34:40 +0800 |
commit | b17c6b2c5f98627237fd79ea6c01ee9c18a1e6c7 (patch) | |
tree | e30e137163371e7a76ba8b7512c2b3bfe7937d32 /www | |
parent | c6cecb7e5e2fa8ed6de285d9f237636019d14c9d (diff) | |
download | freebsd-ports-gnome-b17c6b2c5f98627237fd79ea6c01ee9c18a1e6c7.tar.gz freebsd-ports-gnome-b17c6b2c5f98627237fd79ea6c01ee9c18a1e6c7.tar.zst freebsd-ports-gnome-b17c6b2c5f98627237fd79ea6c01ee9c18a1e6c7.zip |
DISTNAME then PKGNAME, not other way around (portlint)
Diffstat (limited to 'www')
-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 5aef15031cd7..6bdd16f6f412 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/ |