diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-22 14:34:49 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-22 14:34:49 +0000 |
commit | 70d3601632df2c7bc53836e0072b4ff3ba458285 (patch) | |
tree | fda64c076c6f99e5ebac96ba498ae36636c11d83 /www/p5-CGI-Session | |
parent | a33aeb13624bc576f1142217d48f9c80278faacb (diff) | |
download | ports-70d3601632df2c7bc53836e0072b4ff3ba458285.tar.gz ports-70d3601632df2c7bc53836e0072b4ff3ba458285.zip |
Notes
Diffstat (limited to 'www/p5-CGI-Session')
-rw-r--r-- | www/p5-CGI-Session/Makefile | 1 | ||||
-rw-r--r-- | www/p5-CGI-Session/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-CGI-Session/Makefile b/www/p5-CGI-Session/Makefile index 691096e39bde..af8f671daac1 100644 --- a/www/p5-CGI-Session/Makefile +++ b/www/p5-CGI-Session/Makefile @@ -7,6 +7,7 @@ PORTNAME= CGI-Session PORTVERSION= 3.11 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI diff --git a/www/p5-CGI-Session/pkg-plist b/www/p5-CGI-Session/pkg-plist index a8c699bfa0ce..6894370a5a2d 100644 --- a/www/p5-CGI-Session/pkg-plist +++ b/www/p5-CGI-Session/pkg-plist @@ -41,5 +41,5 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Session/.packlist @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/CGI 2>/dev/null || true @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Session -@unexec %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/mach/auto/CGI 2>/dev/null || true |