diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-22 14:34:49 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-22 14:34:49 +0000 |
commit | f8dd03dc82ca8bce1908647dd2461ce32201be77 (patch) | |
tree | 6a720d33110f676d1590fe56c47c234f2083db28 /www/p5-CGI-Session | |
parent | 3b530a7282ec7ab5c0d759cde5a4da5f2c2dbb52 (diff) | |
download | FreeBSD-ports-f8dd03dc82ca8bce1908647dd2461ce32201be77.zip FreeBSD-ports-f8dd03dc82ca8bce1908647dd2461ce32201be77.tar.gz |
fix typo in PLIST
bump PORTREVISION
Noticed by: bento
PR: 48535
Submitted by: Erwin Lansing <erwin@lansing.dk>
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 691096e..af8f671 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 a8c699b..6894370 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 |