Date: Wed, 23 Jul 2014 10:20:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362654 - head/sysutils/xorriso Message-ID: <201407231020.s6NAKLbR070908@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 23 10:20:21 2014 New Revision: 362654 URL: http://svnweb.freebsd.org/changeset/ports/362654 QAT: https://qat.redports.org/buildarchive/r362654/ Log: - Fix shebangs Approved by: portmgr blanket Modified: head/sysutils/xorriso/Makefile Modified: head/sysutils/xorriso/Makefile ============================================================================== --- head/sysutils/xorriso/Makefile Wed Jul 23 10:19:50 2014 (r362653) +++ head/sysutils/xorriso/Makefile Wed Jul 23 10:20:21 2014 (r362654) @@ -19,7 +19,8 @@ RUN_DEPENDS= libburn>=1.1.0:${PORTSDIR}/ libisofs>=1.1.2:${PORTSDIR}/devel/libisofs GNU_CONFIGURE= yes -USES= gmake iconv libtool pathfix pkgconfig +USES= gmake iconv libtool pathfix pkgconfig shebangfix +SHEBANG_FILES= ${WRKSRC}/frontend/xorriso-tcltk USE_LDCONFIG= yes INFO= xorrecord xorriso xorrisofs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231020.s6NAKLbR070908>