13 lines
569 B
Plaintext
13 lines
569 B
Plaintext
$OpenBSD: patch-man_Makefile_in,v 1.1 2003/08/26 13:06:29 naddy Exp $
|
|
--- man/Makefile.in.orig 2003-08-26 14:51:24.000000000 +0200
|
|
+++ man/Makefile.in 2003-08-26 14:51:35.000000000 +0200
|
|
@@ -227,7 +227,7 @@ maintainer-clean-generic clean mostlycle
|
|
|
|
|
|
install-data-hook: install-man
|
|
- cat geoipupdate.1 | sed s,CONF_DIR,$(sysconfdir), > $(DEFAULT_MAN)
|
|
+ cat geoipupdate.1 | sed s,CONF_DIR,$(sysconfdir), > $(DESTDIR)$(DEFAULT_MAN)
|
|
|
|
# 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.
|