pkgsrc/devel/nant/patches/patch-aa

14 lines
419 B
Text
Raw Normal View History

$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