diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-05-04 13:26:56 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-05-04 13:26:56 +0800 |
commit | 3d4f7d3c6336792ed47f7b7159853c39a70004f4 (patch) | |
tree | 460f215fe139e6e844578241821015c9eea7d7b6 /x11/mate-applets | |
parent | 4e714ecef861588a748bcf243e344ebaf1bffbce (diff) | |
download | freebsd-ports-gnome-3d4f7d3c6336792ed47f7b7159853c39a70004f4.tar.gz freebsd-ports-gnome-3d4f7d3c6336792ed47f7b7159853c39a70004f4.tar.zst freebsd-ports-gnome-3d4f7d3c6336792ed47f7b7159853c39a70004f4.zip |
Fix shebangs
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10527
Diffstat (limited to 'x11/mate-applets')
-rw-r--r-- | x11/mate-applets/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile index 15a4ee1b83f6..d11d7195acf0 100644 --- a/x11/mate-applets/Makefile +++ b/x11/mate-applets/Makefile @@ -3,7 +3,7 @@ PORTNAME= mate-applets PORTVERSION= 1.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -23,7 +23,8 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \ PORTSCOUT= limitw:1,even -USES= autoreconf:build gettext gmake libtool pathfix pkgconfig python tar:xz +USES= autoreconf:build gettext gmake libtool pathfix pkgconfig \ + python shebangfix tar:xz USE_MATE= desktop icontheme libmateweather panel polkit settingsdaemon USE_XORG= x11 USE_GNOME= gdkpixbuf2 gtksourceview2 introspection:build \ @@ -44,6 +45,9 @@ GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \ org.mate.panel.applet.timer.gschema.xml \ org.mate.stickynotes.gschema.xml +SHEBANG_FILES= invest-applet/invest/*.py \ + invest-applet/invest/mate-invest-chart + FIX_APPLETS= accessx-status battstat \ invest-applet/data stickynotes trashapplet |