Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2019 04:17:14 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490624 - head/net/geoipupdate
Message-ID:  <201901180417.x0I4HEWt094064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



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