diff options
author | David Thiel <lx@FreeBSD.org> | 2014-06-09 21:37:00 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2014-06-09 21:37:00 +0000 |
commit | 441909787fead6f55359e249b5f08c5d4aa5ef98 (patch) | |
tree | 03e935e079c0ef43c23b98fbf788f5b26f614fa8 /net-im | |
parent | 3f82ba9494b9cddc0b178c2836e43c5089dcd6d1 (diff) | |
download | ports-441909787fead6f55359e249b5f08c5d4aa5ef98.tar.gz ports-441909787fead6f55359e249b5f08c5d4aa5ef98.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index be4712e07a8b..cfd4a67cc7b8 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -3,6 +3,7 @@ PORTNAME= prosody PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://prosody.im/downloads/source/ \ http://redundancy.redundancy.org/mirror/ @@ -31,7 +32,11 @@ LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit .include <bsd.port.options.mk> -USES= gmake lua:51 +USES= gmake lua:51 shebangfix +SHEBANG_LANG= lua +SHEBANG_FILES= prosody prosodyctl +lua_OLD_CMD= ${SETENV} lua +lua_CMD= ${LOCALBASE}/bin/${LUA_CMD} LUA_PREMK= yes .include <bsd.port.pre.mk> |