diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-18 03:01:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-18 03:01:21 +0000 |
commit | 2c1f9ad2070d26783002809d355f0fbaba3c9f9e (patch) | |
tree | eb198bb9cf5d80abd8d305b6f14f7342a8dc1975 /print | |
parent | dc30b65293ab1d796e6e6a8a63cd43e21f99b9fd (diff) | |
download | pkgsrc-2c1f9ad2070d26783002809d355f0fbaba3c9f9e.tar.gz |
Add a patch missed in the previous commit.
Diffstat (limited to 'print')
-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 \ |