diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-04-07 01:10:15 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-04-07 01:10:15 +0000 |
commit | db2d2a599edb6ed3bd4b6973be295d88ae6bef88 (patch) | |
tree | e4ed872adf9a26d33a384029375d927db24d0edb /net/GeoIP/files/patch-conf::Makefile.in | |
parent | Upgrade to 2.02, which in addition to numerous other bug fixes contains (diff) |
Update GeoIP to 1.1.9
Notes
Notes:
svn path=/head/; revision=78476
Diffstat (limited to 'net/GeoIP/files/patch-conf::Makefile.in')
-rw-r--r-- | net/GeoIP/files/patch-conf::Makefile.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net/GeoIP/files/patch-conf::Makefile.in b/net/GeoIP/files/patch-conf::Makefile.in index eb466dab6ee6..dfa6d896a45b 100644 --- a/net/GeoIP/files/patch-conf::Makefile.in +++ b/net/GeoIP/files/patch-conf::Makefile.in @@ -1,6 +1,6 @@ ---- conf/Makefile.in.orig Fri Sep 27 12:21:01 2002 -+++ conf/Makefile.in Fri Sep 27 12:26:02 2002 -@@ -242,12 +242,12 @@ +--- conf/Makefile.in.orig Mon Mar 10 17:25:32 2003 ++++ conf/Makefile.in Sun Apr 6 17:59:17 2003 +@@ -205,12 +205,12 @@ install-data-hook: install-sysconfDATA @@ -10,12 +10,12 @@ - echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \ - $(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE); \ - fi -+ # @if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \ -+ # echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CONFIG_FILE)" ; \ -+ # else \ -+ # echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \ -+ # $(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE); \ -+ # fi ++# @if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \ ++# echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CONFIG_FILE)" ; \ ++# else \ ++# echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \ ++# $(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE); \ ++# fi + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |