add missing directory to PLIST

bump PORTREVISION

Noticed by: bento

PR:		48539
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Yen-Ming Lee 2003-02-22 14:42:44 +00:00
parent 0b58262f36
commit a8c2e04d30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76150
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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