diff options
Diffstat (limited to 'chat/dircproxy/patches/patch-aa')
-rw-r--r-- | chat/dircproxy/patches/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/dircproxy/patches/patch-aa b/chat/dircproxy/patches/patch-aa index a4c68809e51..2428d380bc2 100644 --- a/chat/dircproxy/patches/patch-aa +++ b/chat/dircproxy/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1 2003/06/02 15:20:08 jmmv Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/17 12:53:54 tron Exp $ ---- conf/Makefile.in.orig 2002-11-21 15:19:04.000000000 +0100 +--- conf/Makefile.in.orig 2006-02-18 22:39:32.000000000 +0000 +++ conf/Makefile.in -@@ -34,7 +34,7 @@ oldincludedir = /usr/include - - DESTDIR = - +@@ -17,7 +17,7 @@ + srcdir = @srcdir@ + top_srcdir = @top_srcdir@ + VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ +pkgdatadir = $(datadir)/examples/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ - + top_builddir = .. |