2b957b665a
by not using the mechanisms automake already provides.
13 lines
394 B
Text
13 lines
394 B
Text
$NetBSD: patch-aa,v 1.1 2006/11/07 09:31:42 joerg Exp $
|
|
|
|
--- Makefile.in.orig 2006-11-07 08:45:57.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -318,7 +318,7 @@ maintainer-clean-generic clean mostlycle
|
|
|
|
|
|
install-data-local:
|
|
- $(INSTALL_DATA) urlview.man $(mandir)/man1/urlview.1
|
|
+ $(INSTALL_DATA) urlview.man ${DESTDIR}$(mandir)/man1/urlview.1
|
|
|
|
# how to create a target for uninstall-data-local???
|
|
|