diff options
author | tobez <tobez@FreeBSD.org> | 2001-07-17 16:40:37 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-07-17 16:40:37 +0000 |
commit | ca48fd8b39e252f218f1e82fbe26f24d554c2907 (patch) | |
tree | 183b8a266997b3270238cfc4bbd259a7b3d499b4 /www/p5-CGI-modules | |
parent | a1dd6e91b98eeaebd9f99e2513343188c593803e (diff) | |
download | FreeBSD-ports-ca48fd8b39e252f218f1e82fbe26f24d554c2907.zip FreeBSD-ports-ca48fd8b39e252f218f1e82fbe26f24d554c2907.tar.gz |
www/p5-CGI was repocopied to www/p5-CGI-modules. Finish this process:
- remove www/p5-CGI/*;
- modify www/p5-CGI-modules/Makefile to reflect the new name;
- change p5-CGI to p5-CGI-modules in the category's Makefile.
OK'ed by: markm
Reminded to _BE_CAREFUL_!! by: markm
Diffstat (limited to 'www/p5-CGI-modules')
-rw-r--r-- | www/p5-CGI-modules/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile index 62d1927..8e1e2ff 100644 --- a/www/p5-CGI-modules/Makefile +++ b/www/p5-CGI-modules/Makefile @@ -5,13 +5,12 @@ # $FreeBSD$ # -PORTNAME= CGI +PORTNAME= CGI-modules PORTVERSION= 2.76 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI PKGNAMEPREFIX= p5- -DISTNAME= CGI-modules-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |