svn commit: r341123 - head/net-mgmt/check_logfiles

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 22:09:38 UTC 2014


Author: bapt
Date: Sat Jan 25 22:09:37 2014
New Revision: 341123
URL: http://svnweb.freebsd.org/changeset/ports/341123
QAT: https://qat.redports.org/buildarchive/r341123/

Log:
  Support stage

Modified:
  head/net-mgmt/check_logfiles/Makefile

Modified: head/net-mgmt/check_logfiles/Makefile
==============================================================================
--- head/net-mgmt/check_logfiles/Makefile	Sat Jan 25 22:05:25 2014	(r341122)
+++ head/net-mgmt/check_logfiles/Makefile	Sat Jan 25 22:09:37 2014	(r341123)
@@ -8,10 +8,9 @@ MASTER_SITES=	http://labs.consol.de/wp-c
 MAINTAINER=	flo at FreeBSD.org
 COMMENT=	Nagios plugin which scans log files for specific patterns
 
+USES=		gmake
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 CONFIGURE_ARGS+=	--with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \
 			--libexecdir=${PREFIX}/libexec/nagios \
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list