diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-09 16:07:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-09 16:07:46 +0000 |
commit | 45dc41ce284401378f2227ecc8c1773738796dab (patch) | |
tree | 1fde768602611b864783461973199be7cd61305c /textproc/idnits | |
parent | 9abc22930c2f47e27ca58c09c9edb4139493f97e (diff) |
Notes
Diffstat (limited to 'textproc/idnits')
-rw-r--r-- | textproc/idnits/Makefile | 7 | ||||
-rw-r--r-- | textproc/idnits/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index 61b7e0952a82..9ba21c1e98a6 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= idnits -PORTVERSION= 2.12.17 +PORTVERSION= 2.12.18 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ LOCAL/sunpoet @@ -14,17 +14,16 @@ COMMENT= Looks for problems in internet draft formatting LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|' ${WRKSRC}/${PORTNAME} do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> diff --git a/textproc/idnits/distinfo b/textproc/idnits/distinfo index 3df0aa0bb95a..82a9b76973d9 100644 --- a/textproc/idnits/distinfo +++ b/textproc/idnits/distinfo @@ -1,2 +1,2 @@ -SHA256 (idnits-2.12.17.tgz) = 769eefd5d6fb17cd8d561426de1c966505c5a71b06dc10bd7287031029588f1f -SIZE (idnits-2.12.17.tgz) = 58119 +SHA256 (idnits-2.12.18.tgz) = 6252299f2d38717ae178ab8c22f455c90ae0f26613cd5bda02393b8e59491edc +SIZE (idnits-2.12.18.tgz) = 58163 |