diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2008-09-03 10:15:40 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2008-09-03 10:15:40 +0000 |
commit | dc88da5769b4e1bc770a2f7f8ddb6804e1318656 (patch) | |
tree | 1f13983edb4f516253f21f27dec11d543782703a /textproc/p5-Text-Tmpl/Makefile | |
parent | 10c8ac23c559bdd04b2550575148b19fb3291a0a (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Tmpl/Makefile')
-rw-r--r-- | textproc/p5-Text-Tmpl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Text-Tmpl/Makefile b/textproc/p5-Text-Tmpl/Makefile index 51838a18532d..01a66b2c3d8e 100644 --- a/textproc/p5-Text-Tmpl/Makefile +++ b/textproc/p5-Text-Tmpl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Tmpl -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,5 +21,7 @@ MAN3= template_syntax.3 Text::Tmpl.3 template_extend.3 pre-patch: @${PERL} -pi -e '/OPTIMIZE|libtmpl.pod/ and $$_=""' \ ${WRKSRC}/Makefile.PL + @${PERL} -pi -e 's/\(I32\)/(IV)/' \ + ${WRKSRC}/typemap ${WRKSRC}/perl_tags.c .include <bsd.port.mk> |