diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 08:46:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 08:46:57 +0000 |
commit | a00cbaa039e7db006376e83679efaec5a1e96905 (patch) | |
tree | b1b625888053df5463c0caa95cc5d260740518bd /graphics/gozer/files/patch-aa | |
parent | Add giblib 1.0.1, a utility library that incorporates doubly linked lists, (diff) |
Add gom 0.1, a commandline text rendering utility that creates images
from arbitrary text.
PR: 22798
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=36092
Diffstat (limited to 'graphics/gozer/files/patch-aa')
-rw-r--r-- | graphics/gozer/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gozer/files/patch-aa b/graphics/gozer/files/patch-aa new file mode 100644 index 000000000000..d1ec682feacf --- /dev/null +++ b/graphics/gozer/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Nov 10 08:52:39 2000 ++++ Makefile.in Sun Nov 12 14:51:56 2000 +@@ -78,7 +78,7 @@ + man_MANS = gom.1 + + docs_DATA = README AUTHORS ChangeLog TODO +-docsdir = $(prefix)/doc/gom ++docsdir = $(datadir)/doc/gom + + EXTRA_DIST = gom.spec gom.1 $(docs_DATA) + |