svn commit: r490432 - head/net/geoipupdate

Adam Weinberger adamw at FreeBSD.org
Tue Jan 15 23:03:11 UTC 2019


Author: adamw
Date: Tue Jan 15 23:03:09 2019
New Revision: 490432
URL: https://svnweb.freebsd.org/changeset/ports/490432

Log:
  Remove a remnant of that one time I tried to make USES=gmake play
  nicely with USES=go.

Modified:
  head/net/geoipupdate/Makefile

Modified: head/net/geoipupdate/Makefile
==============================================================================
--- head/net/geoipupdate/Makefile	Tue Jan 15 21:50:54 2019	(r490431)
+++ head/net/geoipupdate/Makefile	Tue Jan 15 23:03:09 2019	(r490432)
@@ -32,9 +32,8 @@ PLIST_FILES=	bin/geoipupdate \
 		'@dir share/GeoIP'
 PORTDOCS=	GeoIP.conf.md geoipupdate.md
 
-do-build:
+post-extract:
 	${MV} ${WRKSRC}/vendor ${WRKSRC}/src
-	${DO_MAKE_BUILD} -C ${WRKSRC}
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/GeoIP


More information about the svn-ports-all mailing list