diff options
author | leeym <leeym@FreeBSD.org> | 2005-09-12 04:29:11 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-09-12 04:29:11 +0800 |
commit | a948a01265e3b4165f0700157200274a97992e6c (patch) | |
tree | 98a77b0f3cbf9667fad3ecf19294220ac08f38eb /www | |
parent | 4da115e3e75a9cc580e09271d934ab79bdb65c77 (diff) | |
download | freebsd-ports-gnome-a948a01265e3b4165f0700157200274a97992e6c.tar.gz freebsd-ports-gnome-a948a01265e3b4165f0700157200274a97992e6c.tar.zst freebsd-ports-gnome-a948a01265e3b4165f0700157200274a97992e6c.zip |
- update MASTER_SITES
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile index 088a72167643..d22861afa723 100644 --- a/www/p5-CGI-modules/Makefile +++ b/www/p5-CGI-modules/Makefile @@ -8,7 +8,8 @@ PORTNAME= CGI-modules PORTVERSION= 2.76 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= http://stein.cshl.org/WWW/software/CGI::modules/ \ + ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI PKGNAMEPREFIX= p5- |