diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 09:59:54 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 09:59:54 +0000 |
| commit | bd0424f5154483a8159a909791bce21e682fb52f (patch) | |
| tree | d08d9f33153cd071af5f39464da5abbb1da52d2b | |
| parent | Add ipv6 to categories (diff) | |
Fix some omission for Makefile and PLIST.
PR: 21103
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=32459
| -rw-r--r-- | devel/p5-IPC-Shareable/Makefile | 4 | ||||
| -rw-r--r-- | devel/p5-IPC-Shareable/pkg-plist | 5 |
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 |
