diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-05 16:38:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-05 16:38:51 +0000 |
commit | 506e86b254e5f4df00cef5f9a0f2cb32d5461fdc (patch) | |
tree | afa5f042ae4659736b03bb709fe0b12ad01192f2 /textproc/idnits/Makefile | |
parent | 6b6119f56bd61a819efd695ad82f5aaea40e1b20 (diff) |
Notes
Diffstat (limited to 'textproc/idnits/Makefile')
-rw-r--r-- | textproc/idnits/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index afc8cb8ed676..fb26b81726c6 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -3,9 +3,10 @@ # Whom: fenner@FreeBSD.Org # # $FreeBSD$ +# PORTNAME= idnits -PORTVERSION= 2.12.05 +PORTVERSION= 2.12.06 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ LOCAL/sunpoet @@ -18,10 +19,10 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes -PLIST_FILES= bin/idnits +PLIST_FILES= bin/${PORTNAME} post-patch: - @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \ + @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|' \ ${WRKSRC}/${PORTNAME} do-install: |