diff options
Diffstat (limited to 'devel/g-wrap/patches/patch-aa')
-rw-r--r-- | devel/g-wrap/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/g-wrap/patches/patch-aa b/devel/g-wrap/patches/patch-aa index 5251b82d8f9..49ecec1a0f3 100644 --- a/devel/g-wrap/patches/patch-aa +++ b/devel/g-wrap/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.6 2004/12/03 17:06:58 wiz Exp $ +$NetBSD: patch-aa,v 1.7 2005/02/27 13:19:20 wiz Exp $ ---- g-wrap/Makefile.in.orig 2004-10-16 12:27:42.000000000 -0400 +--- g-wrap/Makefile.in.orig 2005-01-25 13:35:45.000000000 +0100 +++ g-wrap/Makefile.in -@@ -342,6 +342,7 @@ uninstall-info-am: +@@ -352,6 +352,7 @@ uninstall-info-am: install-nobase_gwrapmoduleDATA: $(nobase_gwrapmodule_DATA) @$(NORMAL_INSTALL) test -z "$(gwrapmoduledir)" || $(mkdir_p) "$(DESTDIR)$(gwrapmoduledir)" + test -z "$(gwrapmoduledir)/ws" || $(mkdir_p) "$(DESTDIR)$(gwrapmoduledir)/ws" - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + @$(am__vpath_adj_setup) \ list='$(nobase_gwrapmodule_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |