diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-05 00:34:54 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-05 00:34:54 +0800 |
commit | 63aa9f6fad9db58f0286688e3abbe01efe5238a1 (patch) | |
tree | fd874194a173beff7dee43e7fe7eb10b2737685a /www/libwww | |
parent | da37a2ec2eb4dfbb0f172347445258e6ea69334a (diff) | |
download | freebsd-ports-gnome-63aa9f6fad9db58f0286688e3abbe01efe5238a1.tar.gz freebsd-ports-gnome-63aa9f6fad9db58f0286688e3abbe01efe5238a1.tar.zst freebsd-ports-gnome-63aa9f6fad9db58f0286688e3abbe01efe5238a1.zip |
Fix DISTNAME.
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 229311c8c697..72593f1590cf 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 5.4.0 PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://www.w3.org/Library/Distribution/ -DISTNAME= w3c-${PKGNAME} +DISTNAME= w3c-${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |