diff options
author | khorben <khorben@pkgsrc.org> | 2020-03-09 19:37:20 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2020-03-09 19:37:20 +0000 |
commit | 1a1e4d901b3b2b501adf7cd7f1f57f461b930610 (patch) | |
tree | 530a4ade976d298d768db65b422f0d5122247767 /chat/prosody/Makefile | |
parent | 6af1641a77163b7733f1efa498ad2aa1a999693d (diff) | |
download | pkgsrc-1a1e4d901b3b2b501adf7cd7f1f57f461b930610.tar.gz |
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.
Diffstat (limited to 'chat/prosody/Makefile')
-rw-r--r-- | chat/prosody/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |