diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-24 11:48:52 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-24 11:48:52 +0800 |
commit | 5475b5e39a35f2ea258d6b1aac165d379ed6e798 (patch) | |
tree | 4d44a11589f466c5c78f868a82c9053862d50e24 /www | |
parent | 8c70b0e3da7ab71e62f586dfe6b449f7ae3727a2 (diff) | |
download | freebsd-ports-gnome-5475b5e39a35f2ea258d6b1aac165d379ed6e798.tar.gz freebsd-ports-gnome-5475b5e39a35f2ea258d6b1aac165d379ed6e798.tar.zst freebsd-ports-gnome-5475b5e39a35f2ea258d6b1aac165d379ed6e798.zip |
- fix unfetchable.
- change master site subdir
Noticed by: kris
Approved by: co-mentor (vanilla)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthenCache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-AuthenCache/Makefile b/www/p5-Apache-AuthenCache/Makefile index 7114a813d21f..4d81fa9c6eb9 100644 --- a/www/p5-Apache-AuthenCache/Makefile +++ b/www/p5-Apache-AuthenCache/Makefile @@ -9,7 +9,7 @@ PORTNAME= Apache-AuthenCache PORTVERSION= 1.00 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Apache +MASTER_SITE_SUBDIR= ../../authors/id/C/CG/CGILMORE PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org |