diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-04 16:34:54 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-04 16:34:54 +0000 |
commit | 63aa9f6fad9db58f0286688e3abbe01efe5238a1 (patch) | |
tree | fd874194a173beff7dee43e7fe7eb10b2737685a /www/libwww/Makefile | |
parent | da37a2ec2eb4dfbb0f172347445258e6ea69334a (diff) | |
download | FreeBSD-ports-63aa9f6fad9db58f0286688e3abbe01efe5238a1.zip FreeBSD-ports-63aa9f6fad9db58f0286688e3abbe01efe5238a1.tar.gz |
Fix DISTNAME.
Diffstat (limited to 'www/libwww/Makefile')
-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 229311c..72593f1 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 |