diff options
Diffstat (limited to 'print/abcm2ps/patches/patch-aa')
-rw-r--r-- | print/abcm2ps/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/abcm2ps/patches/patch-aa b/print/abcm2ps/patches/patch-aa new file mode 100644 index 00000000000..84b4eba02af --- /dev/null +++ b/print/abcm2ps/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/06/18 03:01:21 minskim Exp $ + +--- Makefile.in.orig 2005-06-25 03:15:28.000000000 -0700 ++++ Makefile.in +@@ -19,7 +19,7 @@ VPATH = @srcdir@ + bindir = @bindir@ + libdir = @libdir@ + datadir = @datadir@ +-docdir = @prefix@/doc ++docdir = @prefix@/share/doc + + # unix + OBJECTS=abc2ps.o \ |