svn commit: r474964 - head/net/geoipupdate

Adam Weinberger adamw at FreeBSD.org
Thu Jul 19 14:43:50 UTC 2018


Author: adamw
Date: Thu Jul 19 14:43:49 2018
New Revision: 474964
URL: https://svnweb.freebsd.org/changeset/ports/474964

Log:
  Don't uselessly patch Makefile.am when automake isn't being run

Modified:
  head/net/geoipupdate/Makefile

Modified: head/net/geoipupdate/Makefile
==============================================================================
--- head/net/geoipupdate/Makefile	Thu Jul 19 14:35:22 2018	(r474963)
+++ head/net/geoipupdate/Makefile	Thu Jul 19 14:43:49 2018	(r474964)
@@ -18,11 +18,6 @@ GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS
 
-post-patch:
-# This directory is handled by net/GeoIP
-	@${REINPLACE_CMD} -e '/MKDIR_P.*(datarootdir)\/GeoIP/ d' \
-		${WRKSRC}/Makefile.am
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/GeoIP
 	${MV} ${STAGEDIR}${DOCSDIR}/GeoIP.conf.default \


More information about the svn-ports-all mailing list