diff options
author | mich <mich@FreeBSD.org> | 2003-06-04 19:52:30 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-06-04 19:52:30 +0800 |
commit | 34b580663d1e19e14f2324706d9392ab7b451494 (patch) | |
tree | df1d692967bb2dade4c9c82acc027c0443443c12 /textproc/p5-Text-Reform/Makefile | |
parent | 69b698480dd62cd5ec37323b291f37924dea403e (diff) | |
download | freebsd-ports-graphics-34b580663d1e19e14f2324706d9392ab7b451494.tar.gz freebsd-ports-graphics-34b580663d1e19e14f2324706d9392ab7b451494.tar.zst freebsd-ports-graphics-34b580663d1e19e14f2324706d9392ab7b451494.zip |
Update to 1.10->1.11
Cleanup and make work for perl 5.00503
PR: 51688
Submitted by: maintainer
Approved by: roberto (mentor)
Diffstat (limited to 'textproc/p5-Text-Reform/Makefile')
-rw-r--r-- | textproc/p5-Text-Reform/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile index c501baa2bca..ab1619cbf16 100644 --- a/textproc/p5-Text-Reform/Makefile +++ b/textproc/p5-Text-Reform/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Reform -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -18,6 +18,8 @@ COMMENT= Manual text wrapping and reformatting PERL_CONFIGURE= yes MAN3= Text::Reform.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +pre-configure: + @${FIND} ${WRKSRC} -name \*.orig -delete .include <bsd.port.mk> |