aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IO-Socket-Multicast
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-07-26 15:38:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-07-26 15:38:34 +0000
commit9f15de8e17848c6fd8afdf20c17d9c75590f360e (patch)
treea57fe4fa3db12558ca8508e1001d261e859568e8 /net/p5-IO-Socket-Multicast
parentbd246897e7f8f1cb1146ae2cd1d7ae465fff2749 (diff)
downloadports-9f15de8e17848c6fd8afdf20c17d9c75590f360e.tar.gz
ports-9f15de8e17848c6fd8afdf20c17d9c75590f360e.zip
Fix pkg-plist.
PR: ports/69566 Submitted by: Cheng-Lung Sung Approved by: maintainer
Notes
Notes: svn path=/head/; revision=114782
Diffstat (limited to 'net/p5-IO-Socket-Multicast')
-rw-r--r--net/p5-IO-Socket-Multicast/Makefile2
-rw-r--r--net/p5-IO-Socket-Multicast/pkg-plist8
2 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile
index 09dc17e9dc32..ed06b4ea808a 100644
--- a/net/p5-IO-Socket-Multicast/Makefile
+++ b/net/p5-IO-Socket-Multicast/Makefile
@@ -9,7 +9,7 @@ PORTNAME= IO-Socket-Multicast
PORTVERSION= 0.25
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= IO
+MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= janos.mohacsi@bsd.hu
diff --git a/net/p5-IO-Socket-Multicast/pkg-plist b/net/p5-IO-Socket-Multicast/pkg-plist
index af311518a705..b9cca8662d50 100644
--- a/net/p5-IO-Socket-Multicast/pkg-plist
+++ b/net/p5-IO-Socket-Multicast/pkg-plist
@@ -2,8 +2,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/Multicast.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/Multicast.so
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/IO/Socket
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/IO
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/IO/Socket 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/IO 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true