diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-02 21:46:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-02 21:46:26 +0000 |
commit | 13bea7e9f9cf0588acc831f7549bc687f6fded07 (patch) | |
tree | 4a157dc0fcf3cfee591aba02a1dbc850da4abb47 /textproc | |
parent | 46d1261b305c58fe8844920bc4c55a1be94b4c2e (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/align/Makefile | 7 | ||||
-rw-r--r-- | textproc/align/distinfo | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/textproc/align/Makefile b/textproc/align/Makefile index dd512620ad56..aade06d9bceb 100644 --- a/textproc/align/Makefile +++ b/textproc/align/Makefile @@ -7,7 +7,7 @@ # PORTNAME= align -PORTVERSION= 1.5.1 +PORTVERSION= 1.7.0 CATEGORIES= textproc MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/ @@ -15,5 +15,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Text column alignment filter USE_PERL5= yes +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's|/usr/local/bin|${PREFIX}/bin|g' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/* .include <bsd.port.mk> diff --git a/textproc/align/distinfo b/textproc/align/distinfo index 80e10accfe43..382f8f6c1885 100644 --- a/textproc/align/distinfo +++ b/textproc/align/distinfo @@ -1 +1 @@ -MD5 (align-1.5.1.tar.gz) = 9223336a1c140bfb721ee8aef6fc774f +MD5 (align-1.7.0.tar.gz) = 63e4cf32890ed6022437e888af686f07 |