diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-15 17:56:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-15 17:56:16 +0800 |
commit | 6ddf907fc774e308b1208fd574126dbae1c8cf60 (patch) | |
tree | a9bc961157b1f6c427a095eb2e2179c0b6bddf80 /net | |
parent | fc9aced8987e1f801441001518cc76553f3ad019 (diff) | |
download | freebsd-ports-gnome-6ddf907fc774e308b1208fd574126dbae1c8cf60.tar.gz freebsd-ports-gnome-6ddf907fc774e308b1208fd574126dbae1c8cf60.tar.zst freebsd-ports-gnome-6ddf907fc774e308b1208fd574126dbae1c8cf60.zip |
Do not remove directories not owned by the port
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Twitter/pkg-plist | 2 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 6 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/pkg-plist | 6 |
3 files changed, 2 insertions, 12 deletions
diff --git a/net/p5-Net-Twitter/pkg-plist b/net/p5-Net-Twitter/pkg-plist index 70886129f5f5..ce36257c2cab 100644 --- a/net/p5-Net-Twitter/pkg-plist +++ b/net/p5-Net-Twitter/pkg-plist @@ -28,5 +28,3 @@ @dirrmtry %%SITE_PERL%%/Net/Twitter/Manual @dirrmtry %%SITE_PERL%%/Net/Twitter @dirrmtry %%SITE_PERL%%/Net -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Twitter -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index a69e871530bd..06c4539a2a5b 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SOAP-Lite -# Date created: May 28 2001 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= SOAP-Lite PORTVERSION= 0.715 diff --git a/net/p5-SOAP-Lite/pkg-plist b/net/p5-SOAP-Lite/pkg-plist index 13143d5dcb60..f894664677b1 100644 --- a/net/p5-SOAP-Lite/pkg-plist +++ b/net/p5-SOAP-Lite/pkg-plist @@ -47,12 +47,8 @@ bin/XMLRPCsh.pl @dirrmtry %%SITE_PERL%%/SOAP/Transport @dirrm %%SITE_PERL%%/UDDI @dirrm %%SITE_PERL%%/XMLRPC/Transport -@dirrm %%SITE_PERL%%/XMLRPC +@dirrmtry %%SITE_PERL%%/XMLRPC @dirrmtry %%SITE_PERL%%/Apache @dirrmtry %%SITE_PERL%%/SOAP @dirrmtry %%SITE_PERL%%/XML/Parser @dirrmtry %%SITE_PERL%%/XML -@dirrmtry %%SITE_PERL%%/OldDocs/SOAP/Transport -@dirrmtry %%SITE_PERL%%/OldDocs/SOAP -@dirrmtry %%SITE_PERL%%/OldDocs -@dirrmtry %%SITE_PERL%%/XMLRPC |