diff options
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: |