summaryrefslogtreecommitdiff
path: root/lang/python15/pkg-plist
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/pkg-plist
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/pkg-plist')
-rw-r--r--lang/python15/pkg-plist59
1 files changed, 58 insertions, 1 deletions
diff --git a/lang/python15/pkg-plist b/lang/python15/pkg-plist
index c6d3df3e09e0..00ae386e8ea2 100644
--- a/lang/python15/pkg-plist
+++ b/lang/python15/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