diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-17 15:39:43 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-17 15:39:43 +0000 |
commit | 8c4314dc261f29351d8af430e6ab4dea946c9899 (patch) | |
tree | b2c16918c69d4fbc71893d7fddd0f97611dba4f8 /lang/python25 | |
parent | af17dd0c13dadf9baf0b1ee95397cfed2416d049 (diff) | |
download | FreeBSD-ports-8c4314dc261f29351d8af430e6ab4dea946c9899.zip FreeBSD-ports-8c4314dc261f29351d8af430e6ab4dea946c9899.tar.gz |
Make python install include files.
Reviewed by: jkh
Diffstat (limited to 'lang/python25')
-rw-r--r-- | lang/python25/Makefile | 4 | ||||
-rw-r--r-- | lang/python25/pkg-plist | 59 |
2 files changed, 60 insertions, 3 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 diff --git a/lang/python25/pkg-plist b/lang/python25/pkg-plist index c6d3df3..00ae386 100644 --- a/lang/python25/pkg-plist +++ b/lang/python25/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 |