diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-08 01:38:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-08 01:38:44 +0800 |
commit | 555f5139bfa2ad472dfcc7bf05668831f59d11f2 (patch) | |
tree | 83702184e77623dadcf3659c0cc77e437dcb9edc | |
parent | 31fa93ac5dcd3e05fa28ae1be5ceb0c0e19046e8 (diff) | |
download | freebsd-ports-gnome-555f5139bfa2ad472dfcc7bf05668831f59d11f2.tar.gz freebsd-ports-gnome-555f5139bfa2ad472dfcc7bf05668831f59d11f2.tar.zst freebsd-ports-gnome-555f5139bfa2ad472dfcc7bf05668831f59d11f2.zip |
remove extra file
PR: 44871
Submitted by: maintainer
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-PDF-API3/Makefile | 3 |
2 files changed, 6 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> diff --git a/textproc/p5-PDF-API3/Makefile b/textproc/p5-PDF-API3/Makefile index 4ee8fb1f745f..1cf209b3b614 100644 --- a/textproc/p5-PDF-API3/Makefile +++ b/textproc/p5-PDF-API3/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> |