aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2014-03-19 23:59:50 +0800
committerlx <lx@FreeBSD.org>2014-03-19 23:59:50 +0800
commit6527c13c80b65261f4b282e02251742540b48193 (patch)
tree3975d873c822454b9771bfcde08f807480f1f2df
parent3d8fd4edd67f241a224e4cd059e27e0810a3a785 (diff)
downloadfreebsd-ports-graphics-6527c13c80b65261f4b282e02251742540b48193.tar.gz
freebsd-ports-graphics-6527c13c80b65261f4b282e02251742540b48193.tar.zst
freebsd-ports-graphics-6527c13c80b65261f4b282e02251742540b48193.zip
Fix pkg-deinstall and libidn lines
-rw-r--r--net-im/prosody/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile
index 6d7f0ab963b..24d731ae55b 100644
--- a/net-im/prosody/Makefile
+++ b/net-im/prosody/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket \
${LUA_MODLIBDIR}/lxp.so:${PORTSDIR}/textproc/luaexpat \
${LUA_MODLIBDIR}/lfs.so:${PORTSDIR}/devel/luafilesystem \
-LIB_DEPENDS= libidn:${PORTSDIR}/dns/libidn
+LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
USERS= prosody
GROUPS= ${USERS}
@@ -37,7 +37,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --ostype=freebsd --c-compiler="${CC}" --linker="${LD}"
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" PREFIX="${PREFIX}" LUA_SUFFIX="-${LUA_VER}" LUA_LIBDIR="${LUA_LIBDIR}" LUA_INCDIR="${LUA_INCDIR}"
-SUB_FILES= deinstall
+SUB_FILES= pkg-deinstall
SUB_LIST= USERS=${USERS} GROUPS=${GROUPS}
PLIST_SUB= PROSODY_USER=${USERS} PROSODY_GROUP=${GROUPS}