diff options
author | leeym <leeym@FreeBSD.org> | 2005-03-10 17:02:51 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-03-10 17:02:51 +0800 |
commit | 5e385b3d64fff84a963f5f85f3c344efc713b90a (patch) | |
tree | b1662c406538eea57bd9970190219f77aa1fb81a /www | |
parent | b8520c29c7e611a79e1203491a2961bbd7132346 (diff) | |
download | freebsd-ports-gnome-5e385b3d64fff84a963f5f85f3c344efc713b90a.tar.gz freebsd-ports-gnome-5e385b3d64fff84a963f5f85f3c344efc713b90a.tar.zst freebsd-ports-gnome-5e385b3d64fff84a963f5f85f3c344efc713b90a.zip |
- use "@unexec rmdir ..." instead of "@dirrm ..." for the non-leaf directories
- unbreak this port
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Maypole-Authentication-UserSessionCookie/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile index 66e9285fec89..f4c842235dd9 100644 --- a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile +++ b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile @@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= scrappy@FreeBSD.org COMMENT= Track sessions and, optionally, users -BROKEN= Incomplete pkg-plist - PERL_CONFIGURE= yes MAN3= Maypole::Authentication::UserSessionCookie.3 diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist b/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist index 3463c274c226..400da9f43fb0 100644 --- a/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist +++ b/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/Maypole/Authentication/UserSessionCookie.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication/UserSessionCookie/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication/UserSessionCookie -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Maypole/Authentication 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Maypole 2>/dev/null || true |