aboutsummaryrefslogtreecommitdiff
path: root/audio/codec2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-22 09:25:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-22 09:25:44 +0000
commit5cf0569ebb87d322dd46158bb70774c5327a70f7 (patch)
treee91c9a8c6f2b89cd24bbaaf5787f222813e4a7b5 /audio/codec2
parent23a875c3c3374159f07c876061cbdd066eb16633 (diff)
downloadports-5cf0569ebb87d322dd46158bb70774c5327a70f7.tar.gz
ports-5cf0569ebb87d322dd46158bb70774c5327a70f7.zip
- Fix shebangs
Notes
Notes: svn path=/head/; revision=439143
Diffstat (limited to 'audio/codec2')
-rw-r--r--audio/codec2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/codec2/Makefile b/audio/codec2/Makefile
index 9c9c6edaf0d9..f0295fe264db 100644
--- a/audio/codec2/Makefile
+++ b/audio/codec2/Makefile
@@ -2,7 +2,7 @@
PORTNAME= codec2
PORTVERSION= 0.5.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio hamradio
MASTER_SITES= http://files.freedv.org/codec2/ \
LOCAL/db
@@ -15,8 +15,9 @@ LICENSE= LGPL21
LIB_DEPENDS= libspeex.so:audio/speex
CONFLICTS= libcodec2-*
-USES= cmake:outsource compiler:c11 tar:xz
+USES= cmake:outsource compiler:c11 shebangfix tar:xz
USE_LDCONFIG= yes
+SHEBANG_FILES= script/menu.sh
OPTIONS_DEFINE= EXAMPLES TEST
OPTIONS_SUB= yes