svn commit: r369913 - head/net-mgmt/nagios-snmp-plugins

Tijl Coosemans tijl at FreeBSD.org
Fri Oct 3 15:50:55 UTC 2014


Author: tijl
Date: Fri Oct  3 15:50:54 2014
New Revision: 369913
URL: https://svnweb.freebsd.org/changeset/ports/369913
QAT: https://qat.redports.org/buildarchive/r369913/

Log:
  Remove post-patch now that USES=autoreconf handles this

Modified:
  head/net-mgmt/nagios-snmp-plugins/Makefile

Modified: head/net-mgmt/nagios-snmp-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-snmp-plugins/Makefile	Fri Oct  3 15:46:45 2014	(r369912)
+++ head/net-mgmt/nagios-snmp-plugins/Makefile	Fri Oct  3 15:50:54 2014	(r369913)
@@ -29,9 +29,6 @@ CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
 # Workaround configure.in lameness.
 CPPFLAGS+=	`net-snmp-config --cflags`
 
-post-patch:
-	@${TOUCH} ${WRKSRC}/ChangeLog
-
 do-install:
 	${MKDIR} ${STAGEDIR}${NAGIOS_PLUGIN_DIR}
 	${INSTALL_PROGRAM} ${WRKSRC}/check_snmp_disk ${STAGEDIR}${NAGIOS_PLUGIN_DIR}


More information about the svn-ports-all mailing list