diff options
Diffstat (limited to 'net/GeoIP/files')
-rw-r--r-- | net/GeoIP/files/patch-man__Makefile.am | 12 | ||||
-rw-r--r-- | net/GeoIP/files/pkg-message.in | 5 |
2 files changed, 2 insertions, 15 deletions
diff --git a/net/GeoIP/files/patch-man__Makefile.am b/net/GeoIP/files/patch-man__Makefile.am deleted file mode 100644 index 15ff6f25842f..000000000000 --- a/net/GeoIP/files/patch-man__Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- ./man/Makefile.am.orig 2011-03-27 23:00:36.000000000 +0200 -+++ ./man/Makefile.am 2014-07-23 19:37:28.000000000 +0200 -@@ -23,7 +23,9 @@ - LOOKUP6_MAN = $(mandir)/man1/geoiplookup6.1 - - install-data-hook: -+ chmod u+w $(DESTDIR)$(mandir)/man1/*.1 - cat geoipupdate.1 | sed s,DATADIR,$(pkgdatadir), | sed s,CONF_DIR,$(sysconfdir), > $(DESTDIR)$(UPDATE_MAN) - cat geoiplookup.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP_MAN) - cat geoiplookup6.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP6_MAN) -+ chmod u-w $(DESTDIR)$(mandir)/man1/*.1 - diff --git a/net/GeoIP/files/pkg-message.in b/net/GeoIP/files/pkg-message.in index 33d448300daa..42bffd5ba168 100644 --- a/net/GeoIP/files/pkg-message.in +++ b/net/GeoIP/files/pkg-message.in @@ -1,4 +1,3 @@ -GeoIP does not ship with the latest data file, and it does -not ship with any IPv6 data! To obtain the latest v4 and v6 -data, run: +GeoIP does not ship with the actual data files. You must download +them yourself! Please run: # %%PREFIX%%/bin/geoipupdate.sh |