15 lines
487 B
Text
15 lines
487 B
Text
$NetBSD: patch-ae,v 1.2 2009/12/11 02:11:52 asau Exp $
|
|
|
|
--- doc/Makefile.orig 1997-12-01 03:33:13.000000000 +0300
|
|
+++ doc/Makefile 2009-12-11 04:57:10.000000000 +0300
|
|
@@ -25,8 +25,8 @@
|
|
devclean : dummy
|
|
|
|
install : $(DOCS)
|
|
- $(MKINSTALLDIRS) $(GR_HOME)/doc
|
|
- for i in $(DOCS); do $(INSTALL_DATA) $$i $(GR_HOME)/doc; done
|
|
+ $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/share/doc/$(ACEGR)
|
|
+ for i in $(DOCS); do $(INSTALL_DATA) $$i $(DESTDIR)$(PREFIX)/share/doc/$(ACEGR); done
|
|
|
|
links : dummy
|
|
|