aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Run3
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-05-05 20:46:55 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-05-05 20:46:55 +0000
commitcfebda49aa7670068c1ef77f5f8a656685ee2746 (patch)
tree578675c211cd41038050dd86b5ccac4ed9b1af40 /devel/p5-IPC-Run3
parent7755542355cced6430a359303a8ed760e5f87e6e (diff)
downloadports-cfebda49aa7670068c1ef77f5f8a656685ee2746.tar.gz
ports-cfebda49aa7670068c1ef77f5f8a656685ee2746.zip
Fix pkg-plist.
Submitted by: hrs@ Approved by: maintainer via #bsdchat
Notes
Notes: svn path=/head/; revision=108488
Diffstat (limited to 'devel/p5-IPC-Run3')
-rw-r--r--devel/p5-IPC-Run3/Makefile3
-rw-r--r--devel/p5-IPC-Run3/pkg-plist6
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-IPC-Run3/Makefile b/devel/p5-IPC-Run3/Makefile
index a7b612531fe1..0433d30ee848 100644
--- a/devel/p5-IPC-Run3/Makefile
+++ b/devel/p5-IPC-Run3/Makefile
@@ -3,13 +3,12 @@
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
-#
PORTNAME= IPC-Run3
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../../authors/id/R/RB/RBS
+MASTER_SITE_SUBDIR= IPC
PKGNAMEPREFIX= p5-
MAINTAINER= autrijus@autrijus.org
diff --git a/devel/p5-IPC-Run3/pkg-plist b/devel/p5-IPC-Run3/pkg-plist
index e28e817c38c1..365fcbf53e5d 100644
--- a/devel/p5-IPC-Run3/pkg-plist
+++ b/devel/p5-IPC-Run3/pkg-plist
@@ -1,10 +1,12 @@
+@comment $FreeBSD$
%%SITE_PERL%%/IPC/Run3.pm
%%SITE_PERL%%/IPC/Run3/ProfArrayBuffer.pm
%%SITE_PERL%%/IPC/Run3/ProfLogReader.pm
%%SITE_PERL%%/IPC/Run3/ProfLogger.pm
%%SITE_PERL%%/IPC/Run3/ProfPP.pm
%%SITE_PERL%%/IPC/Run3/ProfReporter.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run3/.packlist
@dirrm %%SITE_PERL%%/IPC/Run3
-@dirrm %%SITE_PERL%%/IPC
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run3 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/IPC 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run3
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true