summaryrefslogtreecommitdiff
path: root/lang/python15/Makefile
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1996-08-17 15:39:43 +0000
committerChuck Robey <chuckr@FreeBSD.org>1996-08-17 15:39:43 +0000
commit9e307c4661e0766432276cf9733868691d530a30 (patch)
treea28c13512761811e5691526485363c58face155f /lang/python15/Makefile
parents/COMAPT_LINUX/COMPAT_LINUX/ (diff)
Make python install include files.
Reviewed by: jkh
Notes
Notes: svn path=/head/; revision=3635
Diffstat (limited to 'lang/python15/Makefile')
-rw-r--r--lang/python15/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile
index 04399cd63ba7..7b7d74c2c53e 100644
--- a/lang/python15/Makefile
+++ b/lang/python15/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