diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 18:20:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 18:20:21 +0800 |
commit | 6a99969f0fe632fdc325ba73303b5be4269f79c0 (patch) | |
tree | 356f0bc20f000dd4ae13eebfe860175a87876da1 | |
parent | 69258d882a7c96c191150f5dc09280ff765f0ac6 (diff) | |
download | freebsd-ports-gnome-6a99969f0fe632fdc325ba73303b5be4269f79c0.tar.gz freebsd-ports-gnome-6a99969f0fe632fdc325ba73303b5be4269f79c0.tar.zst freebsd-ports-gnome-6a99969f0fe632fdc325ba73303b5be4269f79c0.zip |
- Fix shebangs
Approved by: portmgr blanket
-rw-r--r-- | sysutils/xorriso/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |