svn commit: r378759 - in branches/2015Q1/net-mgmt/rancid3: . files
Antoine Brodin
antoine at FreeBSD.org
Tue Feb 10 07:20:38 UTC 2015
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:
More information about the svn-ports-all
mailing list