Date: Fri, 14 Mar 2014 08:48:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348179 - head/textproc/idnits Message-ID: <201403140848.s2E8mbiM081685@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403140848.s2E8mbiM081685>