svn commit: r378725 - in head/net-mgmt/rancid3: . files

Antoine Brodin antoine at FreeBSD.org
Mon Feb 9 12:44:21 UTC 2015


Author: antoine
Date: Mon Feb  9 12:44:20 2015
New Revision: 378725
URL: https://svnweb.freebsd.org/changeset/ports/378725
QAT: https://qat.redports.org/buildarchive/r378725/

Log:
  Do not patch Makefile.am to prevent running automake during build
  (Makefile.in is already patched)

Deleted:
  head/net-mgmt/rancid3/files/patch-etc__Makefile.am
Modified:
  head/net-mgmt/rancid3/Makefile

Modified: head/net-mgmt/rancid3/Makefile
==============================================================================
--- head/net-mgmt/rancid3/Makefile	Mon Feb  9 12:41:43 2015	(r378724)
+++ head/net-mgmt/rancid3/Makefile	Mon Feb  9 12:44:20 2015	(r378725)
@@ -57,7 +57,7 @@ pre-everything::
 	@ ${ECHO} "Make sure your rancid repository is quiet before upgrading; disable rancid cron jobs"
 
 post-patch:
-	${REINPLACE_CMD} "s|par.1|rancid-par.1|" ${WRKSRC}/man/Makefile.in ${WRKSRC}/man/Makefile.am
+	${REINPLACE_CMD} "s|par.1|rancid-par.1|" ${WRKSRC}/man/Makefile.in
 	${MV} ${WRKSRC}/man/par.1 ${WRKSRC}/man/rancid-par.1
 
 post-install:


More information about the svn-ports-head mailing list