diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-27 15:18:40 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-27 15:18:40 +0000 |
commit | b34056d160958b82575340c62a91a2c6f35c2c78 (patch) | |
tree | 492fd5c30acfa1e41954f981106ea13b071312c5 /www/mod_python3 | |
parent | 72cdf8431a25603adaeaff9b04fe3809a14582f8 (diff) | |
download | ports-b34056d160958b82575340c62a91a2c6f35c2c78.tar.gz ports-b34056d160958b82575340c62a91a2c6f35c2c78.zip |
Notes
Diffstat (limited to 'www/mod_python3')
-rw-r--r-- | www/mod_python3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index 13922395f5df..b0b3ae8f50dd 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -48,10 +48,10 @@ pre-fetch: pre-patch: .if !defined(WITH_OPENPTY) - ${PATCH} -s < ${PATCHDIR}/optpatch-WITHOUT_OPENPTY + cd ${PYTHON_WRKSRC} && ${PATCH} -s < ${PATCHDIR}/optpatch-WITHOUT_OPENPTY .endif .if defined(WANT_EAPI) - ${PATCH} -s < ${PATCHDIR}/optpatch-WANT_EAPI + cd ${WRKSRC} && ${PATCH} -p2 -s < ${PATCHDIR}/optpatch-WANT_EAPI .endif pre-configure: |