Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2015 07:20:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r378759 - in branches/2015Q1/net-mgmt/rancid3: . files
Message-ID:  <201502100720.t1A7KcBC026931@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Feb 10 07:20:37 2015
New Revision: 378759
URL: https://svnweb.freebsd.org/changeset/ports/378759
QAT: https://qat.redports.org/buildarchive/r378759/

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

Deleted:
  branches/2015Q1/net-mgmt/rancid3/files/patch-etc__Makefile.am
Modified:
  branches/2015Q1/net-mgmt/rancid3/Makefile
Directory Properties:
  branches/2015Q1/   (props changed)

Modified: branches/2015Q1/net-mgmt/rancid3/Makefile
==============================================================================
--- branches/2015Q1/net-mgmt/rancid3/Makefile	Tue Feb 10 02:45:02 2015	(r378758)
+++ branches/2015Q1/net-mgmt/rancid3/Makefile	Tue Feb 10 07:20:37 2015	(r378759)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502100720.t1A7KcBC026931>