svn commit: r348179 - head/textproc/idnits
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 14 08:48:37 UTC 2014
Author: sunpoet
Date: Fri Mar 14 08:48:37 2014
New Revision: 348179
URL: http://svnweb.freebsd.org/changeset/ports/348179
QAT: https://qat.redports.org/buildarchive/r348179/
Log:
- Use USES=shebangfix
- Use USES=tar:tgz
Modified:
head/textproc/idnits/Makefile
Modified: head/textproc/idnits/Makefile
==============================================================================
--- head/textproc/idnits/Makefile Fri Mar 14 08:48:04 2014 (r348178)
+++ head/textproc/idnits/Makefile Fri Mar 14 08:48:37 2014 (r348179)
@@ -6,7 +6,6 @@ PORTVERSION= 2.13.00
CATEGORIES= textproc
MASTER_SITES= http://tools.ietf.org/tools/idnits/ \
LOCAL/sunpoet
-EXTRACT_SUFX= .tgz
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Looks for problems in internet draft formatting
@@ -17,11 +16,11 @@ LICENSE_COMB= dual
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
+USES= shebangfix tar:tgz
PLIST_FILES= bin/${PORTNAME}
-post-patch:
- @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|' ${WRKSRC}/${PORTNAME}
+SHEBANG_FILES= ${PORTNAME}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
More information about the svn-ports-all
mailing list