diff options
Diffstat (limited to 'textproc/idnits/Makefile')
-rw-r--r-- | textproc/idnits/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index de166dc99213..b81534875c1e 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= idnits -PORTVERSION= 2.08.10 -PORTREVISION= 1 +PORTVERSION= 2.11.00 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ EXTRACT_SUFX= .tgz @@ -18,6 +17,8 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= YES +PLIST_FILES= bin/idnits + post-patch: @${REINPLACE_CMD} -e 's|^#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \ ${WRKSRC}/${PORTNAME} |