diff options
Diffstat (limited to 'chat/zenirc/patches/patch-aa')
-rw-r--r-- | chat/zenirc/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/zenirc/patches/patch-aa b/chat/zenirc/patches/patch-aa new file mode 100644 index 00000000000..4d60ee822ae --- /dev/null +++ b/chat/zenirc/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/08/14 21:38:26 thorpej Exp $ + +--- Makefile.in.orig Thu May 7 02:52:29 1998 ++++ Makefile.in Tue Aug 14 14:30:15 2001 +@@ -31,7 +31,7 @@ + + # The directory for object files and libraries of object code. Do + # not install executables here; they belong in `libexecdir' instead. +-libdir = $(exec_prefix)/lib ++libdir = $(exec_prefix)/share + + # The directory for installing the Info files for this package. + infodir = $(prefix)/info |