diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-27 17:17:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-27 17:17:46 +0000 |
commit | 6160898fc2cef12b4f737694f9ea8b4fecf406e5 (patch) | |
tree | 0518ebfeeacab7d373fede8fcd652258d6f1d428 /misc/txt2regex | |
parent | b6831fc7e96c20f18506bff32b6f570f6c552d37 (diff) | |
download | ports-6160898fc2cef12b4f737694f9ea8b4fecf406e5.tar.gz ports-6160898fc2cef12b4f737694f9ea8b4fecf406e5.zip |
Notes
Diffstat (limited to 'misc/txt2regex')
-rw-r--r-- | misc/txt2regex/Makefile | 6 | ||||
-rw-r--r-- | misc/txt2regex/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/txt2regex/Makefile b/misc/txt2regex/Makefile index 6ccacb664b1e..2a386c6d5e50 100644 --- a/misc/txt2regex/Makefile +++ b/misc/txt2regex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= txt2regex -PORTVERSION= 0.3 +PORTVERSION= 0.3.1 CATEGORIES= misc MASTER_SITES= http://txt2regex.sourceforge.net/ EXTRACT_SUFX= .tgz @@ -21,10 +21,10 @@ NO_BUILD= yes post-patch: @${PERL} -pi -e "s,/bin/bash,${LOCALBASE}/bin/bash,g ; \ - s,\`seq,\`gseq,g" ${WRKSRC}/txt2regex-0.3.sh + s,\`seq,\`gseq,g" ${WRKSRC}/${DISTNAME}.sh @${PERL} -pi -e "s,/usr,${LOCALBASE},g" ${WRKSRC}/Makefile do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/txt2regex-0.3.sh ${PREFIX}/bin/txt2regex + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.sh ${PREFIX}/bin/txt2regex .include <bsd.port.mk> diff --git a/misc/txt2regex/distinfo b/misc/txt2regex/distinfo index fff984d45fcd..b4aec17835ca 100644 --- a/misc/txt2regex/distinfo +++ b/misc/txt2regex/distinfo @@ -1 +1 @@ -MD5 (txt2regex-0.3.tgz) = bcf6c5e1b27edd3d80c63d269aa96fa0 +MD5 (txt2regex-0.3.1.tgz) = 2d98a19d7d82b1236ecd2c35d5cdc354 |