diff options
author | perky <perky@FreeBSD.org> | 2004-03-22 16:59:52 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-03-22 16:59:52 +0800 |
commit | abaa28795b450946225213a81ed71c835c0195ac (patch) | |
tree | b42fdd9d5b5f8c810dbbdca843891b0003827d12 /lang/python/Makefile | |
parent | fdfe602d02d63830e8659e4b4a5d1c86a78a079c (diff) | |
download | freebsd-ports-gnome-abaa28795b450946225213a81ed71c835c0195ac.tar.gz freebsd-ports-gnome-abaa28795b450946225213a81ed71c835c0195ac.tar.zst freebsd-ports-gnome-abaa28795b450946225213a81ed71c835c0195ac.zip |
Fix stackless build broken by the recent shared-build commit.
Submitted by: Sven Petai <hadara@bsd.ee>
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r-- | lang/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 38af9f6aa5a9..3fd4cb0ff30a 100644 --- a/lang/python/Makefile +++ b/lang/python/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} |