diff options
Diffstat (limited to 'lang/python25/Makefile')
-rw-r--r-- | lang/python25/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 04399cd..7b7d74c 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules |