Merge from vendor branch TNF:
[pkgsrcv2.git] / net / vde / patches / patch-qemu_Makefile.in
1 $NetBSD$
2
3 * fixes staged installation
4
5 --- qemu/Makefile.in.orig       2005-06-15 11:17:12.000000000 +0000
6 +++ qemu/Makefile.in
7 @@ -448,11 +448,11 @@ uninstall-am: uninstall-binPROGRAMS unin
8  
9  
10  install-exec-hook:
11 -       rm -f $(bindir)/vdeqemu
12 -       ln -s $(bindir)/vdeq $(bindir)/vdeqemu
13 +       rm -f $(DESTDIR)$(bindir)/vdeqemu
14 +       ln -s $(bindir)/vdeq $(DESTDIR)$(bindir)/vdeqemu
15  
16  uninstall-local:
17 -       rm -f $(bindir)/vdeqemu
18 +       rm -f $(DESTDIR)$(bindir)/vdeqemu
19  # Tell versions [3.59,3.63) of GNU make to not export all variables.
20  # Otherwise a system limit (for SysV at least) may be exceeded.
21  .NOEXPORT: