diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-08-05 01:10:27 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-08-05 01:10:27 +0000 |
commit | 18d608442484b42f25b68aa98b1b23ffc628f26e (patch) | |
tree | dee52940a4b264e7eb4f497382027160ec9f4188 /textproc/p5-Pod-Parser/Makefile | |
parent | a25f6777312ab415fe8ce796d983c4c50d55b450 (diff) | |
download | ports-18d608442484b42f25b68aa98b1b23ffc628f26e.tar.gz ports-18d608442484b42f25b68aa98b1b23ffc628f26e.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Parser/Makefile')
-rw-r--r-- | textproc/p5-Pod-Parser/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile index 85cb67c4ecbf..e4fc220ae6be 100644 --- a/textproc/p5-Pod-Parser/Makefile +++ b/textproc/p5-Pod-Parser/Makefile @@ -16,13 +16,14 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Modules to work with POD (Plain Old Documentation) PERL_CONFIGURE= yes -CONFIGURE_ARGS+= INSTALLDIRS="site" +CONFIGURE_ARGS= INSTALLDIRS="site" MAN1= pod2usage.1 podchecker.1 podselect.1 MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \ Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \ Pod::Usage.3 -MAN1PREFIX= ${PREFIX} + +CONFLICTS= perl-5.6.* perl-5.8.* post-patch: @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \; @@ -30,8 +31,8 @@ post-patch: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS+= ${BUILD_DEPENDS} .endif .include <bsd.port.post.mk> |