diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-30 20:11:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-30 20:11:01 +0800 |
commit | 27c16eafc20d8b6bb11ff07e1a87fa79bccd1044 (patch) | |
tree | 5404a0d9c8fbf4173cc1c76ad14a325a1c105944 /comms | |
parent | 66934993ea447a0fdf174b2fba7123ebfcdc685f (diff) | |
download | freebsd-ports-graphics-27c16eafc20d8b6bb11ff07e1a87fa79bccd1044.tar.gz freebsd-ports-graphics-27c16eafc20d8b6bb11ff07e1a87fa79bccd1044.tar.zst freebsd-ports-graphics-27c16eafc20d8b6bb11ff07e1a87fa79bccd1044.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/anyremote/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index 1b2c9efb5de..1cacd997e4b 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -3,7 +3,7 @@ PORTNAME= anyremote PORTVERSION= 6.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF @@ -13,7 +13,8 @@ COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias iconv pkgconfig +USES= alias iconv pkgconfig shebangfix +SHEBANG_FILES= cfg-data/Utils/imdb-mf.sh USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |