svn commit: r357208 - head/net-im/prosody
David Thiel
lx at FreeBSD.org
Mon Jun 9 21:37:01 UTC 2014
Author: lx
Date: Mon Jun 9 21:37:00 2014
New Revision: 357208
URL: http://svnweb.freebsd.org/changeset/ports/357208
QAT: https://qat.redports.org/buildarchive/r357208/
Log:
Fix shebangfix.
Submitted by: Ross Penner
Modified:
head/net-im/prosody/Makefile
Modified: head/net-im/prosody/Makefile
==============================================================================
--- head/net-im/prosody/Makefile Mon Jun 9 21:09:04 2014 (r357207)
+++ head/net-im/prosody/Makefile Mon Jun 9 21:37:00 2014 (r357208)
@@ -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
.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>
More information about the svn-ports-all
mailing list