diff options
Diffstat (limited to 'misc/txt2regex/Makefile')
-rw-r--r-- | misc/txt2regex/Makefile | 6 |
1 files changed, 3 insertions, 3 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> |