diff options
author | perky <perky@FreeBSD.org> | 2003-12-28 13:55:06 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-12-28 13:55:06 +0000 |
commit | 8e096fc1afdcc6036740744b35b9e06d6f4feb86 (patch) | |
tree | 1a19dcc0a73f0b07e96f15c0e770e56c608f16a4 /lang/python/Makefile | |
parent | b60a05d5733105ec5ed2e85588d1b6441e208704 (diff) | |
download | FreeBSD-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/Makefile | 1 |
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 |