13 lines
296 B
Text
13 lines
296 B
Text
|
$NetBSD: patch-bo,v 1.1 2009/12/18 01:09:23 abs Exp $
|
||
|
|
||
|
--- doc/gatebau/Makefile.orig 1999-01-10 16:55:58.000000000 +0000
|
||
|
+++ doc/gatebau/Makefile
|
||
|
@@ -34,6 +34,6 @@ veryclean: clean
|
||
|
check:
|
||
|
|
||
|
install:
|
||
|
- cp msgid*.html $(PREFIX)$(HTMLDIR)
|
||
|
+ cp msgid*.html $(DESTDIR)$(PREFIX)$(HTMLDIR)
|
||
|
|
||
|
depend:
|