diff options
author | leeym <leeym@FreeBSD.org> | 2005-03-10 16:58:40 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-03-10 16:58:40 +0800 |
commit | a7425b176604c82bd6a543b9cbbe9068e9007154 (patch) | |
tree | b01988417f6b675b53566e34039c4ff1c3cdec41 /www | |
parent | 1a13d062700a121c3a8a4e6ec47e2bf5b0ca59a9 (diff) | |
download | freebsd-ports-gnome-a7425b176604c82bd6a543b9cbbe9068e9007154.tar.gz freebsd-ports-gnome-a7425b176604c82bd6a543b9cbbe9068e9007154.tar.zst freebsd-ports-gnome-a7425b176604c82bd6a543b9cbbe9068e9007154.zip |
- fix plist and unbreak this port
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 |