summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.python.mk
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-08-04 11:37:24 +0000
committergabor <gabor@FreeBSD.org>2007-08-04 11:37:24 +0000
commitfb4c30cf2c9bc123dc0c05a0e070f2c48e83be57 (patch)
treea3e0091d15ba1075a2c1062f7df70c899725f2a9 /Mk/bsd.python.mk
parent1245245386f7ff318e0531e6bd7ec16b00d44656 (diff)
downloadFreeBSD-ports-fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57.zip
FreeBSD-ports-fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57.tar.gz
- Extract command variable definitions from bsd.port.mk, they are now stored in
bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r--Mk/bsd.python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index 39ce692..134cbf5 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -508,7 +508,7 @@ check-makevars::
@${ECHO} "Legal values are: 2.7 (default), 2.8, 2.9, 2.10, 3.2"
@${FALSE}
.endif
-ZOPEBASEDIR?= ${TARGETDIR}/${SZOPEBASEDIR}
+ZOPEBASEDIR?= ${PREFIX}/${SZOPEBASEDIR}
ZOPEPRODUCTDIR?= Products
.endif
OpenPOWER on IntegriCloud