aboutsummaryrefslogtreecommitdiff
path: root/net/GeoIP
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2014-08-11 18:41:31 +0000
committerMatthias Andree <mandree@FreeBSD.org>2014-08-11 18:41:31 +0000
commitbbfe5de9653c756cc6c1c0f8436e4dabbd5ff051 (patch)
treebd0055dd173e24b4095d964195287bb87391aed1 /net/GeoIP
parent64f11677cbdf27cd0e47b911464d04f00d6b9ba4 (diff)
downloadports-bbfe5de9653c756cc6c1c0f8436e4dabbd5ff051.tar.gz
ports-bbfe5de9653c756cc6c1c0f8436e4dabbd5ff051.zip
Notes
Diffstat (limited to 'net/GeoIP')
-rw-r--r--net/GeoIP/files/patch-man__Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/GeoIP/files/patch-man__Makefile.am b/net/GeoIP/files/patch-man__Makefile.am
new file mode 100644
index 000000000000..2e31214cadb3
--- /dev/null
+++ b/net/GeoIP/files/patch-man__Makefile.am
@@ -0,0 +1,17 @@
+--- ./man/Makefile.am.orig 2014-08-11 20:36:57.000000000 +0200
++++ ./man/Makefile.am 2014-08-11 20:38:56.000000000 +0200
+@@ -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 @@
+ 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)
+