diff options
author | pi <pi@FreeBSD.org> | 2017-04-02 15:59:11 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-04-02 15:59:11 +0800 |
commit | 63056a56e8a9970048dbe849c642bef0d9fb8303 (patch) | |
tree | a49faf1987cb8d67c4e7f18533f166bbf9b8595f /sysutils | |
parent | 522e6010b912a7d5ad28500f3c8155b446c7af91 (diff) | |
download | freebsd-ports-gnome-63056a56e8a9970048dbe849c642bef0d9fb8303.tar.gz freebsd-ports-gnome-63056a56e8a9970048dbe849c642bef0d9fb8303.tar.zst freebsd-ports-gnome-63056a56e8a9970048dbe849c642bef0d9fb8303.zip |
sysutils/xorriso: fix xorriso-tcltk shebang without non-working shebangfix
Submitted by: fischerking1905@yahoo.co.jp
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xorriso/Makefile | 5 | ||||
-rw-r--r-- | sysutils/xorriso/files/patch-frontend_xorriso-tcltk | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index 425870cae05f..44fc87afbe7d 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -3,7 +3,7 @@ PORTNAME= xorriso PORTVERSION= 1.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} @@ -18,8 +18,7 @@ LIB_DEPENDS= libburn.so:devel/libburn \ libisofs.so:devel/libisofs GNU_CONFIGURE= yes -USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix -SHEBANG_FILES= ${WRKSRC}/frontend/xorriso-tcltk +USES= gmake iconv libtool libedit pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/sysutils/xorriso/files/patch-frontend_xorriso-tcltk b/sysutils/xorriso/files/patch-frontend_xorriso-tcltk new file mode 100644 index 000000000000..8fdeb7201f32 --- /dev/null +++ b/sysutils/xorriso/files/patch-frontend_xorriso-tcltk @@ -0,0 +1,8 @@ +--- frontend/xorriso-tcltk.orig 2017-04-02 07:56:18 UTC ++++ frontend/xorriso-tcltk +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#!/usr/local/bin/wish + # + # xorriso-tcltk + # Copyright (C) 2012 - 2016 |