diff options
author | tobez <tobez@FreeBSD.org> | 2001-07-18 00:40:37 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-07-18 00:40:37 +0800 |
commit | ca48fd8b39e252f218f1e82fbe26f24d554c2907 (patch) | |
tree | 183b8a266997b3270238cfc4bbd259a7b3d499b4 /www/Makefile | |
parent | a1dd6e91b98eeaebd9f99e2513343188c593803e (diff) | |
download | freebsd-ports-gnome-ca48fd8b39e252f218f1e82fbe26f24d554c2907.tar.gz freebsd-ports-gnome-ca48fd8b39e252f218f1e82fbe26f24d554c2907.tar.zst freebsd-ports-gnome-ca48fd8b39e252f218f1e82fbe26f24d554c2907.zip |
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/Makefile')
-rw-r--r-- | www/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/Makefile b/www/Makefile index 23d8788ef281..9b74f7f69f25 100644 --- a/www/Makefile +++ b/www/Makefile @@ -198,14 +198,14 @@ SUBDIR += p5-Apache-SSI SUBDIR += p5-Apache-Session SUBDIR += p5-Apache-Session-SharedMem - SUBDIR += p5-CGI - SUBDIR += p5-CGI.pm - SUBDIR += p5-CGI_Lite SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Cache SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-CGI-Minimal + SUBDIR += p5-CGI-modules + SUBDIR += p5-CGI.pm + SUBDIR += p5-CGI_Lite SUBDIR += p5-FastCGI SUBDIR += p5-GtkHTML SUBDIR += p5-HTML |