diff options
author | perky <perky@FreeBSD.org> | 2004-03-22 08:59:52 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-03-22 08:59:52 +0000 |
commit | abaa28795b450946225213a81ed71c835c0195ac (patch) | |
tree | b42fdd9d5b5f8c810dbbdca843891b0003827d12 /lang/python24 | |
parent | fdfe602d02d63830e8659e4b4a5d1c86a78a079c (diff) | |
download | FreeBSD-ports-abaa28795b450946225213a81ed71c835c0195ac.zip FreeBSD-ports-abaa28795b450946225213a81ed71c835c0195ac.tar.gz |
Fix stackless build broken by the recent shared-build commit.
Submitted by: Sven Petai <hadara@bsd.ee>
Diffstat (limited to 'lang/python24')
-rw-r--r-- | lang/python24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 38af9f6..3fd4cb0 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -121,7 +121,7 @@ pre-patch: 's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \ ${WRKSRC}/Lib/pydoc.py -post-configure: +post-configure: ${STACKLESS_POST_CONFIGURE} @# prepare a subdir for shared build .for subdir in Modules Parser Python Objects ${MKDIR} ${SHARED_WRKSRC}/${subdir} |