blob: 0e1999b30c4acbb33de56b1d774e8105c61cdbf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aa,v 1.3 2011/10/07 11:47:50 obache Exp $
Handled by pkgsrc package install script.
--- src/Makefile.in.orig 2011-06-17 09:03:07.000000000 +0000
+++ src/Makefile.in
@@ -660,9 +660,9 @@ uninstall-am: uninstall-gtk2moduleLTLIBR
# Running this if cross compiling or if DESTDIR is set is going to
# not work at all, so skip it.
-install-data-hook: update-modules
+install-data-hook:
-uninstall-hook: update-modules
+uninstall-hook:
update-modules:
@if test -z "$(DESTDIR)" ; then \
|