diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 16:43:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 16:43:07 +0800 |
commit | d8dafa942b791ed1bfa603b80d3dd5c616e2edeb (patch) | |
tree | c19f24e220653d3997dc51d7ea513f700f1905fd /misc/xdg-menu | |
parent | bbb8f53aa68107aab7a85968bda342c57e5fbe77 (diff) | |
download | freebsd-ports-gnome-d8dafa942b791ed1bfa603b80d3dd5c616e2edeb.tar.gz freebsd-ports-gnome-d8dafa942b791ed1bfa603b80d3dd5c616e2edeb.tar.zst freebsd-ports-gnome-d8dafa942b791ed1bfa603b80d3dd5c616e2edeb.zip |
- Fix shebangs
Diffstat (limited to 'misc/xdg-menu')
-rw-r--r-- | misc/xdg-menu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xdg-menu/Makefile b/misc/xdg-menu/Makefile index 6255e32ec671..62364810613d 100644 --- a/misc/xdg-menu/Makefile +++ b/misc/xdg-menu/Makefile @@ -3,7 +3,7 @@ PORTNAME= xdg-menu PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -25,7 +25,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ WRKSRC= ${WRKDIR}/XDG-Menu DATADIR= ${PREFIX}/apps/XDG-Menu -USES= python +USES= python shebangfix +SHEBANG_FILES= AppRun AppletRun INSTALLS_ICONS= yes NO_ARCH= yes |