svn commit: r490624 - head/net/geoipupdate

Adam Weinberger adamw at FreeBSD.org
Fri Jan 18 04:17:15 UTC 2019


Author: adamw
Date: Fri Jan 18 04:17:14 2019
New Revision: 490624
URL: https://svnweb.freebsd.org/changeset/ports/490624

Log:
  The patch (previous commit) should make this jobs-safe

Modified:
  head/net/geoipupdate/Makefile

Modified: head/net/geoipupdate/Makefile
==============================================================================
--- head/net/geoipupdate/Makefile	Fri Jan 18 04:14:23 2019	(r490623)
+++ head/net/geoipupdate/Makefile	Fri Jan 18 04:17:14 2019	(r490624)
@@ -33,7 +33,6 @@ MANPAGES_PLIST_FILES=	man/man1/geoipupdate.1.gz \
 			man/man5/GeoIP.conf.5.gz
 MANPAGES_USES=		perl5
 MANPAGES_USE=		perl5:build
-MANPAGES_VARS=		MAKE_JOBS_UNSAFE=yes
 
 PLIST_FILES=	bin/geoipupdate \
 		'@sample etc/GeoIP.conf.sample' \


More information about the svn-ports-all mailing list