diff options
author | dmcmahill <dmcmahill> | 2002-08-18 17:45:56 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-08-18 17:45:56 +0000 |
commit | 61b94603d81c1dd022e0b52a5d12cd5fbe24bb7b (patch) | |
tree | f93300331c90fa8ecbe3d9f8141edf8e5dcf9090 /devel/doxygen/patches/patch-af | |
parent | f22ef98c6058a4ffb02fd67124e448d378a1e474 (diff) | |
download | pkgsrc-61b94603d81c1dd022e0b52a5d12cd5fbe24bb7b.tar.gz |
fix installation on systems where '.' is not in root's path.
Diffstat (limited to 'devel/doxygen/patches/patch-af')
-rw-r--r-- | devel/doxygen/patches/patch-af | 12 |
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: |