changes: -bugfixes pkgsrc note: I've disabled console output redirection into a log window because it doesn't work on NetBSD. Is something like "stdout = fdopen(blah)" legal?
13 lines
369 B
Text
13 lines
369 B
Text
$NetBSD: patch-af,v 1.5 2009/04/17 16:51:07 drochner Exp $
|
|
|
|
--- doc/man/Makefile.in.orig 2009-04-01 17:36:48.000000000 +0200
|
|
+++ doc/man/Makefile.in
|
|
@@ -249,7 +249,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = $(MANLINGUAS)
|
|
+SUBDIRS = en
|
|
all: all-recursive
|
|
|
|
.SUFFIXES:
|