diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 00:45:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 00:45:08 +0000 |
commit | 41a56135d1e8a68844e4c575702cdbad451d7322 (patch) | |
tree | 009db3c80e9f224065cf6fcece6157eb9a5ad509 /textproc/p5-Pod-Parser/Makefile | |
parent | 8bf833f73199c3dc4303aad884f8483e5c33613a (diff) | |
download | ports-41a56135d1e8a68844e4c575702cdbad451d7322.tar.gz ports-41a56135d1e8a68844e4c575702cdbad451d7322.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Parser/Makefile')
-rw-r--r-- | textproc/p5-Pod-Parser/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile index 089ab91d387b..d6f3f1b55a81 100644 --- a/textproc/p5-Pod-Parser/Makefile +++ b/textproc/p5-Pod-Parser/Makefile @@ -25,19 +25,8 @@ 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 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -PLIST_SUB+= PL_FILES="" -.else -.undef MAN1 -PLIST_SUB+= PL_FILES="@comment " -.endif - post-patch: -.if ${PERL_LEVEL} >= 500600 @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL -.endif @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \; -.include <bsd.port.post.mk> +.include <bsd.port.mk> |