pkgsrc/www/zope3/patches/patch-ad
2010-06-27 20:28:24 +00:00

13 lines
418 B
Text

$NetBSD: patch-ad,v 1.5 2010/06/27 20:28:24 joerg Exp $
--- Makefile.in.orig 2010-06-27 19:40:00.000000000 +0000
+++ Makefile.in
@@ -21,7 +21,7 @@ build:
# handled via the dependency on the build target.
#
install: build
- $(PYTHON) install.py -q install --skip-build --home "$(prefix)"
+ $(PYTHON) install.py -q install --skip-build --home ${DESTDIR}$(prefix)
check test: build
$(PYTHON) test.py $(TESTOPTS)