diff options
author | mat <mat@FreeBSD.org> | 2017-04-02 17:56:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-02 17:56:34 +0800 |
commit | eb57b8db7f6b2bc2324bbbd54fbad2d73b891e05 (patch) | |
tree | 2c5e0a6967de35e55cc3b1d566a5dd9b68617bc5 /sysutils | |
parent | 4a0d6cf72c8481d1bdb10d6c90ff269c386cd638 (diff) | |
download | freebsd-ports-gnome-eb57b8db7f6b2bc2324bbbd54fbad2d73b891e05.tar.gz freebsd-ports-gnome-eb57b8db7f6b2bc2324bbbd54fbad2d73b891e05.tar.zst freebsd-ports-gnome-eb57b8db7f6b2bc2324bbbd54fbad2d73b891e05.zip |
Use shebangfix.
Sponsored by: Absolight
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, 3 insertions, 10 deletions
diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index 44fc87afbe7d..771100f17068 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -3,7 +3,7 @@ PORTNAME= xorriso PORTVERSION= 1.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} @@ -18,7 +18,8 @@ LIB_DEPENDS= libburn.so:devel/libburn \ libisofs.so:devel/libisofs GNU_CONFIGURE= yes -USES= gmake iconv libtool libedit pathfix pkgconfig +USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix tk +SHEBANG_FILES= frontend/xorriso-tcltk 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 deleted file mode 100644 index 8fdeb7201f32..000000000000 --- a/sysutils/xorriso/files/patch-frontend_xorriso-tcltk +++ /dev/null @@ -1,8 +0,0 @@ ---- 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 |