diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-22 22:41:13 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-22 22:41:13 +0800 |
commit | cc9a56fd2c8e66f080f030ea2e847c8887937bb0 (patch) | |
tree | cf437c1f1cb964d241ec429a9e88c88e214ea2e1 | |
parent | 8226dbefd6fedb0f3a8d2b5be11ef39ec282c532 (diff) | |
download | freebsd-ports-gnome-cc9a56fd2c8e66f080f030ea2e847c8887937bb0.tar.gz freebsd-ports-gnome-cc9a56fd2c8e66f080f030ea2e847c8887937bb0.tar.zst freebsd-ports-gnome-cc9a56fd2c8e66f080f030ea2e847c8887937bb0.zip |
Add missing directory to PLIST
bump PORTREVISION
Noticed by: bento
PR: 48538
Submitted by: Erwin Lansing <erwin@lansing.dk>
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 8b77fc9e096b..17df60cfc3bc 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-AuthCookie PORTVERSION= 2.011 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache diff --git a/www/p5-Apache-AuthCookie/pkg-plist b/www/p5-Apache-AuthCookie/pkg-plist index 268d72c0674e..cd6d9fc63769 100644 --- a/www/p5-Apache-AuthCookie/pkg-plist +++ b/www/p5-Apache-AuthCookie/pkg-plist @@ -1,3 +1,4 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/AuthCookie.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthCookie/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthCookie +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true |