summaryrefslogtreecommitdiffstats
path: root/lang/python/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-12-28 13:55:06 +0000
committerperky <perky@FreeBSD.org>2003-12-28 13:55:06 +0000
commit8e096fc1afdcc6036740744b35b9e06d6f4feb86 (patch)
tree1a19dcc0a73f0b07e96f15c0e770e56c608f16a4 /lang/python/Makefile
parentb60a05d5733105ec5ed2e85588d1b6441e208704 (diff)
downloadFreeBSD-ports-8e096fc1afdcc6036740744b35b9e06d6f4feb86.zip
FreeBSD-ports-8e096fc1afdcc6036740744b35b9e06d6f4feb86.tar.gz
Fix builds for whom has VPATH on his/her environment variables.
PR: 57731 Reported by: bms
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r--lang/python/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index fdd22f0..1f4bb8f 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -20,6 +20,7 @@ WRKSRC= ${PYTHON_WRKSRC}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-fpectl
CONFIGURE_ENV= OPT="${CFLAGS}"
+MAKE_ENV= VPATH="${WRKSRC}"
INSTALL_TARGET= install
MAN1= python.1
OpenPOWER on IntegriCloud