diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-27 12:49:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-27 12:49:22 +0000 |
commit | 3ead67e3c13687ef1dc42fac2f67750b82046d1c (patch) | |
tree | 18a61c08e30265925fe78bb5a5851ecbe807a89d /net/yate | |
parent | eb62b7fd1e7fcddfd5d5852906048ed2fa5926df (diff) |
Notes
Diffstat (limited to 'net/yate')
-rw-r--r-- | net/yate/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/yate/Makefile b/net/yate/Makefile index 67f71b167953..713d1b15100e 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -3,7 +3,7 @@ PORTNAME= yate DISTVERSION= 5.4.0p1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://yate.null.ro/tarballs/yate5/ DISTNAME= ${PORTNAME}-5.4.0-1 @@ -20,7 +20,13 @@ LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \ ONLY_FOR_ARCHS= i386 amd64 sparc64 armv6 USE_AUTOTOOLS= autoconf -USES= bison gmake +USES= bison gmake shebangfix +SHEBANG_FILES= share/scripts/banbrutes.php \ + share/scripts/leavemail.php \ + share/scripts/queue_in.php \ + share/scripts/queue_out.php \ + share/scripts/route.php \ + share/scripts/voicemail.php USE_LDCONFIG= yes WANT_GNOME= yes |