pkgsrc/sysutils/xentools33/patches/patch-dd
cegger ae35da54e5 Update to Xen 3.3.2.
This is a mainenance release with a number of stability fixes.
2009-08-07 12:43:46 +00:00

15 lines
438 B
Text

$NetBSD: patch-dd,v 1.2 2009/08/07 12:49:21 cegger Exp $
--- flask/loadpolicy/Makefile.orig 2009-08-06 14:56:33.000000000 +0200
+++ flask/loadpolicy/Makefile
@@ -48,8 +48,8 @@ print-end:
.PHONY: install
install: all
- $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
- $(INSTALL_PROG) $(CLIENTS) $(DESTDIR)$(SBINDIR)
+ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(SBINDIR)
+ $(BSD_INSTALL_PROGRAM) $(CLIENTS) $(DESTDIR)$(SBINDIR)
-include $(DEPS)