pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zabbix50-server: Fix pkglint



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Thu Sep 17 18:51:19 2020 +0000
Changeset:	80819d6200413b9268f7ecb93276ae277ddd911e

Modified Files:
	zabbix50-server/Makefile

Log Message:
zabbix50-server: Fix pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=80819d6200413b9268f7ecb93276ae277ddd911e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zabbix50-server/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/zabbix50-server/Makefile b/zabbix50-server/Makefile
index 4f44352d36..4c6d788903 100644
--- a/zabbix50-server/Makefile
+++ b/zabbix50-server/Makefile
@@ -12,7 +12,7 @@ CONFLICTS+=	zabbix-server-[0-9]*
 
 DEPENDS+=	fping-[0-9]*:../../net/fping
 
-USE_TOOLS+=		autoreconf autoconf automake pax pkg-config
+USE_TOOLS+=		aclocal autoconf automake pax pkg-config
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--enable-server
 CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
@@ -41,7 +41,7 @@ SUBST_FILES.fix-paths+=		man/*.man
 SUBST_SED.fix-paths=		-e 's,/usr/local/etc,${PKG_SYSCONFDIR},g'
 
 SUBST_CLASSES+=			fix-pkgbase
-SUBST_STAGE.fix-pkgbase=	post-patch
+SUBST_STAGE.fix-pkgbase=	pre-configure
 SUBST_MESSAGE.fix-pkgbase=	Fixing PKGBASE.
 SUBST_FILES.fix-pkgbase=	src/zabbix_server/Makefile.am
 SUBST_SED.fix-pkgbase=		-e 's,%%PKGBASE%%,${PKGBASE},g'


Home | Main Index | Thread Index | Old Index