summaryrefslogtreecommitdiff
path: root/devel/doxygen/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/doxygen/patches/patch-af')
-rw-r--r--devel/doxygen/patches/patch-af12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/doxygen/patches/patch-af b/devel/doxygen/patches/patch-af
new file mode 100644
index 00000000000..1fa9d449076
--- /dev/null
+++ b/devel/doxygen/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2002/08/18 17:45:57 dmcmahill Exp $
+
+--- doc/Makefile.in.orig Tue Jul 17 06:29:48 2001
++++ doc/Makefile.in
+@@ -31,6 +31,6 @@
+ language: language.doc
+
+ language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.pl
+- $(ENV) VERSION=$(VERSION) DOXYGEN_DOCDIR=. $(PERL) translator.pl
++ $(ENV) VERSION=$(VERSION) DOXYGEN_DOCDIR=. $(PERL) ./translator.pl
+
+ FORCE: