2013-09-26 17:14:40 +02:00

14 lines
419 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2009/01/07 03:01:10 jmcneill Exp $
--- Makefile.orig 2009-01-06 21:51:58.000000000 -0500
+++ Makefile
@@ -40,7 +40,7 @@ clean:
rm -fR build bootstrap
install: bootstrap
- $(NANT) -f:NAnt.build install -D:install.prefix="$(prefix)"
+ $(NANT) -f:NAnt.build install -D:install.prefix="$(prefix)" -D:install.vprefix="$(vprefix)"
run-test: bootstrap
$(NANT) -f:NAnt.build test