From 6a99969f0fe632fdc325ba73303b5be4269f79c0 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 23 Jul 2014 10:20:21 +0000 Subject: - Fix shebangs Approved by: portmgr blanket --- sysutils/xorriso/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index 896467541207..6a4e09547b8c 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \ 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 -- cgit