diff options
author | fredb <fredb> | 2001-07-12 02:14:43 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-07-12 02:14:43 +0000 |
commit | 8cac7d2609c0b85aa38e1943a0329a4674db5bd2 (patch) | |
tree | 8032c04af4e8e6c68087960ebdde7a5ed7cf8473 /www/libwww | |
parent | 5a5e348a8b27de859b2310e23487ae7fd42541c1 (diff) | |
download | pkgsrc-8cac7d2609c0b85aa38e1943a0329a4674db5bd2.tar.gz |
Outsmarted myself -- ${PKGNAME} no longer matches ${DISTNAME}.
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 97f0d8df51b..6347148bbee 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2001/07/12 02:09:35 fredb Exp $ +# $NetBSD: Makefile,v 1.26 2001/07/12 02:14:43 fredb Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # -DISTNAME= w3c-${PKGNAME} +DISTNAME= w3c-libwww-5.3.2 PKGNAME= libwww-5.3.2nb1 CATEGORIES= www devel MASTER_SITES= http://www.w3.org/Library/Distribution/ \ |