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/align/Makefile | |
parent | 46d1261b305c58fe8844920bc4c55a1be94b4c2e (diff) | |
download | ports-13bea7e9f9cf0588acc831f7549bc687f6fded07.tar.gz ports-13bea7e9f9cf0588acc831f7549bc687f6fded07.zip |
Notes
Diffstat (limited to 'textproc/align/Makefile')
-rw-r--r-- | textproc/align/Makefile | 7 |
1 files changed, 6 insertions, 1 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> |