pkgsrc/sysutils/xentools12/patches/patch-aa
cl 05e1952f64 add xentools12 package:
The Xen virtual machine monitor allows running several virtual machines
on a single physical machine.  The xentools12 package contains the
tools to create, destroy and control the virtual machines.

The xentools12 package contains the tools for Xen v1.2.
2004-05-08 18:24:00 +00:00

14 lines
402 B
Text

$NetBSD: patch-aa,v 1.1 2004/05/08 18:24:00 cl Exp $
--- balloon/Makefile.orig 2004-04-18 04:29:14.000000000 +0200
+++ balloon/Makefile
@@ -5,8 +5,7 @@ $(TARGET): balloon.c
$(CC) -O2 -Wall -o $(TARGET) balloon.c
install: $(TARGET)
- mkdir -p $(prefix)/usr/bin
- cp -a $(TARGET) $(prefix)/usr/bin
+ ${BSD_INSTALL_PROGRAM} $(TARGET) ${PREFIX}/bin
dist: $(TARGET)
mkdir -p ../../../install/bin