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 /devel/p5-IPC-Shareable/Makefile | |
parent | 5037c77af06fcb6205a4ee75f54e3e297abf67de (diff) | |
download | ports-bd0424f5154483a8159a909791bce21e682fb52f.tar.gz ports-bd0424f5154483a8159a909791bce21e682fb52f.zip |
Fix some omission for Makefile and PLIST.
PR: 21103
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=32459
Diffstat (limited to 'devel/p5-IPC-Shareable/Makefile')
-rw-r--r-- | devel/p5-IPC-Shareable/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |