diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:22:56 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:22:56 +0000 |
commit | 7b4c77811e89d7fc1131ca6e63df3e719bc86b1d (patch) | |
tree | 9695733a1620c4c290c86f161a4f1b73160ed39a /graphics/giram/files/patch-ac | |
parent | c76cf46929051f9dd322487d888c82f104026e6d (diff) |
Implement WANT_GNOME.
Notes
Notes:
svn path=/head/; revision=33430
Diffstat (limited to 'graphics/giram/files/patch-ac')
-rw-r--r-- | graphics/giram/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/giram/files/patch-ac b/graphics/giram/files/patch-ac new file mode 100644 index 000000000000..cff3172ef611 --- /dev/null +++ b/graphics/giram/files/patch-ac @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig Mon Mar 6 00:33:01 2000 ++++ docs/Makefile.in Mon Mar 6 00:35:17 2000 +@@ -88,7 +88,7 @@ + helpfilepath = @helpfilepath@ + l = @l@ + +-docsdir = @helpfilepath@ ++docsdir = @prefix@/share/doc/giram + + docs_DATA = Tutorial + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |