diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-30 12:11:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-30 12:11:01 +0000 |
commit | 11c9dab6aa730fd4f3105516d1e0e2e47b8894ce (patch) | |
tree | 5404a0d9c8fbf4173cc1c76ad14a325a1c105944 /comms/anyremote | |
parent | - Add LICENSE, don't install it (and INSTALL) with docs (diff) |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes
Notes:
svn path=/head/; revision=393233
Diffstat (limited to 'comms/anyremote')
-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 1b2c9efb5def..1cacd997e4b2 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 |