diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-22 14:42:44 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-22 14:42:44 +0000 |
commit | 242c8acec2babbd162f31ed96ccb7340fdbf5996 (patch) | |
tree | 5243b262dc87d0abe566437f5b1b809f4086389f /www | |
parent | cc9a56fd2c8e66f080f030ea2e847c8887937bb0 (diff) | |
download | FreeBSD-ports-242c8acec2babbd162f31ed96ccb7340fdbf5996.zip FreeBSD-ports-242c8acec2babbd162f31ed96ccb7340fdbf5996.tar.gz |
add missing directory to PLIST
bump PORTREVISION
Noticed by: bento
PR: 48539
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-SSI/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-SSI/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Apache-SSI/Makefile b/www/p5-Apache-SSI/Makefile index 7190d72..d18a58e 100644 --- a/www/p5-Apache-SSI/Makefile +++ b/www/p5-Apache-SSI/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-SSI PORTVERSION= 2.16 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache diff --git a/www/p5-Apache-SSI/pkg-plist b/www/p5-Apache-SSI/pkg-plist index 535dcea..07937e3 100644 --- a/www/p5-Apache-SSI/pkg-plist +++ b/www/p5-Apache-SSI/pkg-plist @@ -1,4 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/SSI.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SSI/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SSI +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true |