diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-27 11:25:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-27 11:25:29 +0000 |
commit | 7d78db2cc3e8cd894600374fed52c3ec90736684 (patch) | |
tree | 929c83736635cda989c08e2695530bf85e394b54 /textproc/p5-XML-Simple | |
parent | d0fac6cb9750fca10548e62c639a861dedbec3b0 (diff) | |
download | ports-7d78db2cc3e8cd894600374fed52c3ec90736684.tar.gz ports-7d78db2cc3e8cd894600374fed52c3ec90736684.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/pkg-plist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 771cc292891d..62848b538a49 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -26,6 +26,9 @@ MAN3= XML::Simple.3 XML::Simple::FAQ.3 .if ${PERL_LEVEL} <= 500503 EXTRA_PATCHES= ${PATCHDIR}/5.005_03-lib::XML::Simple.pm +post-patch: + @${FIND} ${WRKSRC} -name '*.orig' -delete + post-configure: ${PERL} -pi -e 's/(\(POD2MAN_EXE\))/$$1 --lax/' ${WRKSRC}/Makefile diff --git a/textproc/p5-XML-Simple/pkg-plist b/textproc/p5-XML-Simple/pkg-plist index f80a3add797e..3c97b5dc4e4c 100644 --- a/textproc/p5-XML-Simple/pkg-plist +++ b/textproc/p5-XML-Simple/pkg-plist @@ -3,4 +3,5 @@ %%SITE_PERL%%/XML/Simple/FAQ.pod @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Simple @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@dirrm %%SITE_PERL%%/XML/Simple @unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true |