From 1a1e4d901b3b2b501adf7cd7f1f57f461b930610 Mon Sep 17 00:00:00 2001 From: khorben Date: Mon, 9 Mar 2020 19:37:20 +0000 Subject: prosody: remove requirement for gmake to build While there, install two modules which were missing in the patched Makefile; bumps PKGREVISION. No other changes intended. --- chat/prosody/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chat/prosody/Makefile') diff --git a/chat/prosody/Makefile b/chat/prosody/Makefile index 44238c6a58d..ec614f7a6e3 100644 --- a/chat/prosody/Makefile +++ b/chat/prosody/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2020/01/23 18:26:15 gdt Exp $ +# $NetBSD: Makefile,v 1.32 2020/03/09 19:37:20 khorben Exp $ # DISTNAME= prosody-0.11.4 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= https://prosody.im/downloads/source/ @@ -17,7 +18,6 @@ DEPENDS+= ${LUA_PKGPREFIX}-socket>=2.0:../../net/lua-socket HAS_CONFIGURE= yes USE_LANGUAGES= c99 -USE_TOOLS+= gmake BUILD_DEFS+= VARBASE LUA_VERSIONS_ACCEPTED= 52 51 @@ -53,7 +53,7 @@ REPLACE_LUA+= prosody prosodyctl SUBST_CLASSES+= path SUBST_MESSAGE.path= Fixing default paths SUBST_STAGE.path= pre-configure -SUBST_FILES.path= GNUmakefile man/prosodyctl.man prosody.cfg.lua.dist +SUBST_FILES.path= makefile man/prosodyctl.man prosody.cfg.lua.dist SUBST_SED.path= -e 's,/etc/prosody,${PKG_SYSCONFDIR},g' SUBST_VARS.path= EGDIR PROSODY_DATA PROSODY_LOG PROSODY_RUN @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --with-lua-include=${PREFIX}/${LUA_INCDIR} CFLAGS+= -fPIC -Wall -DLUA_COMPAT_MODULE MAKE_ENV.SunOS+= SOCKET_LIB=-lsocket -MAKE_FILE= GNUmakefile +MAKE_FILE= makefile RCD_SCRIPTS= prosody -- cgit v1.2.3