diff options
author | ache <ache@FreeBSD.org> | 1998-09-08 16:47:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-09-08 16:47:53 +0000 |
commit | db570e555d76192a0a0b55ccf153fbe150276b2b (patch) | |
tree | c981a4816e2e627581f1ab23ebb0c23b54a2386d | |
parent | 1bd46c07637d02803966d1f0aac45f0c005911df (diff) | |
download | FreeBSD-ports-db570e555d76192a0a0b55ccf153fbe150276b2b.zip FreeBSD-ports-db570e555d76192a0a0b55ccf153fbe150276b2b.tar.gz |
change SITE_SUBDIR to LWP
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 2bb5c17..752e5eb 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -4,14 +4,14 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.20 1998/08/19 13:09:15 vanilla Exp $ +# $Id: Makefile,v 1.21 1998/09/08 16:24:16 ache Exp $ # DISTNAME= libwww-perl-5.36 PKGNAME= p5-libwww-5.36 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= URI +MASTER_SITE_SUBDIR= LWP MAINTAINER= jfitz@FreeBSD.ORG |