diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 17:38:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 17:38:44 +0000 |
commit | 4d745b62c016b7a95cef84972b48cd010ee2fb64 (patch) | |
tree | 0e3d0c65a7cbf23df389c8d9429eaab70a48e475 /textproc/p5-PDF-API2 | |
parent | e1ab150f4b9620d10a2c7281face68d62d27cecd (diff) | |
download | ports-4d745b62c016b7a95cef84972b48cd010ee2fb64.tar.gz ports-4d745b62c016b7a95cef84972b48cd010ee2fb64.zip |
Notes
Diffstat (limited to 'textproc/p5-PDF-API2')
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index 4ee8fb1f745f..1cf209b3b614 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -25,4 +25,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +post-patch: + @${RM} -f ${WRKSRC}/lib/Text/PDF/FileAPI.pm.orig + .include <bsd.port.mk> |