diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-10 08:58:40 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-10 08:58:40 +0000 |
commit | c8490251041857f071729d6aa64d0f20754bc132 (patch) | |
tree | 240220ddfd8dbbbb5adaca2422da056e77ca588f /www | |
parent | 20960f4167efcbfbcfce0bd70121988e5d66e181 (diff) | |
download | ports-c8490251041857f071729d6aa64d0f20754bc132.tar.gz ports-c8490251041857f071729d6aa64d0f20754bc132.zip |
- fix plist and unbreak this port
Notes
Notes:
svn path=/head/; revision=130778
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Maypole-Component/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Maypole-Component/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Maypole-Component/Makefile b/www/p5-Maypole-Component/Makefile index f405e5179472..87080adc522f 100644 --- a/www/p5-Maypole-Component/Makefile +++ b/www/p5-Maypole-Component/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= scrappy@FreeBSD.org COMMENT= Run Maypole sub-requests as components -BROKEN= Incomplete pkg-plist - PERL_CONFIGURE= yes MAN3= Maypole::Component.3 diff --git a/www/p5-Maypole-Component/pkg-plist b/www/p5-Maypole-Component/pkg-plist index 989f3b335e8c..2b42d0b3039e 100644 --- a/www/p5-Maypole-Component/pkg-plist +++ b/www/p5-Maypole-Component/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Maypole/Component.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Component/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Component @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole @unexec rmdir %D/%%SITE_PERL%%/Maypole 2>/dev/null || true |