From 9e307c4661e0766432276cf9733868691d530a30 Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Sat, 17 Aug 1996 15:39:43 +0000 Subject: Make python install include files. Reviewed by: jkh --- lang/python/Makefile | 4 ++-- lang/python/pkg-plist | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 3 deletions(-) (limited to 'lang/python') diff --git a/lang/python/Makefile b/lang/python/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python/Makefile +++ b/lang/python/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 diff --git a/lang/python/pkg-plist b/lang/python/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python/pkg-plist +++ b/lang/python/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h -- cgit v1.2.3