Index: head/net/GeoIP/files/patch-man__Makefile.am =================================================================== --- head/net/GeoIP/files/patch-man__Makefile.am (revision 470611) +++ head/net/GeoIP/files/patch-man__Makefile.am (nonexistent) @@ -1,17 +0,0 @@ ---- man/Makefile.am.orig 2015-04-30 04:26:22 UTC -+++ man/Makefile.am -@@ -1,4 +1,4 @@ --man_MANS = geoiplookup6.1 geoiplookup.1 -+NOINST_man_MANS = geoiplookup6.1 geoiplookup.1 - - EXTRA_DIST = geoiplookup6.1.in geoiplookup.1.in - -@@ -20,7 +20,7 @@ CLEANFILES = geoiplookup6.1 geoiplookup. - LOOKUP_MAN = $(mandir)/man1/geoiplookup.1 - LOOKUP6_MAN = $(mandir)/man1/geoiplookup6.1 - --install-data-hook: -+install-data-hook: $(NOINST_man_MANS) - cat geoiplookup.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP_MAN) - cat geoiplookup6.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP6_MAN) - Property changes on: head/net/GeoIP/files/patch-man__Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/GeoIP/files/patch-man_Makefile.in =================================================================== --- head/net/GeoIP/files/patch-man_Makefile.in (nonexistent) +++ head/net/GeoIP/files/patch-man_Makefile.in (revision 470612) @@ -0,0 +1,22 @@ +This patch fixes building as an unpriviliged user. + +--- man/Makefile.in.orig 2018-05-22 13:27:29 UTC ++++ man/Makefile.in +@@ -270,7 +270,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-man_MANS = geoiplookup6.1 geoiplookup.1 ++NOINST_man_MANS = geoiplookup6.1 geoiplookup.1 + EXTRA_DIST = geoiplookup6.1.in geoiplookup.1.in + edit = sed \ + -e 's|DATADIR|$(pkgdatadir)|g' \ +@@ -530,7 +530,7 @@ geoiplookup.1 geoiplookup6.1: Makefile + geoiplookup.1: geoiplookup.1.in + geoiplookup6.1: geoiplookup6.1.in + +-install-data-hook: ++install-data-hook: $(NOINST_man_MANS) + cat geoiplookup.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP_MAN) + cat geoiplookup6.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP6_MAN) + Property changes on: head/net/GeoIP/files/patch-man_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property