aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IPC-Shareable
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-09-09 17:59:54 +0800
committerkevlo <kevlo@FreeBSD.org>2000-09-09 17:59:54 +0800
commitd15c4db360093f04c8e74ba49342f7eb0caecacb (patch)
tree10767aa99761e820ca71606e9acda813013bd3c8 /devel/p5-IPC-Shareable
parent8ca4688accd0ac0ada5d01502faf0c581c49f5bb (diff)
downloadfreebsd-ports-gnome-d15c4db360093f04c8e74ba49342f7eb0caecacb.tar.gz
freebsd-ports-gnome-d15c4db360093f04c8e74ba49342f7eb0caecacb.tar.zst
freebsd-ports-gnome-d15c4db360093f04c8e74ba49342f7eb0caecacb.zip
Fix some omission for Makefile and PLIST.
PR: 21103 Submitted by: MAINTAINER
Diffstat (limited to 'devel/p5-IPC-Shareable')
-rw-r--r--devel/p5-IPC-Shareable/Makefile4
-rw-r--r--devel/p5-IPC-Shareable/pkg-plist5
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-IPC-Shareable/Makefile b/devel/p5-IPC-Shareable/Makefile
index 45960cb0aa4d..c45cbe43afa7 100644
--- a/devel/p5-IPC-Shareable/Makefile
+++ b/devel/p5-IPC-Shareable/Makefile
@@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= leeym@cae.ce.ntu.edu.tw
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.pm:${PORTSDIR}/devel/p5-Storable
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.pm:${PORTSDIR}/devel/p5-Storable
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= IPC::Shareable.3
+MAN3= IPC::Shareable.3 IPC::Shareable::SharedMem.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
diff --git a/devel/p5-IPC-Shareable/pkg-plist b/devel/p5-IPC-Shareable/pkg-plist
index c512714ae915..ff562381e090 100644
--- a/devel/p5-IPC-Shareable/pkg-plist
+++ b/devel/p5-IPC-Shareable/pkg-plist
@@ -1,4 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Shareable/.packlist
lib/perl5/site_perl/%%PERL_VER%%/IPC/Shareable/SharedMem.pm
lib/perl5/site_perl/%%PERL_VER%%/IPC/Shareable.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Shareable/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Shareable
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/IPC/Shareable
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/IPC