summaryrefslogtreecommitdiff
path: root/lang/python23/pkg-plist
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-01-06 11:46:19 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-01-06 11:46:19 +0000
commit07223f8ddaa8cc8c3abc60bf58a4e8091c870e93 (patch)
tree79d4edee3585dc0dae67116238a8fa2c38cfbc3f /lang/python23/pkg-plist
parentWe definitely have a CVS problem somewhere. This wasn't committed in (diff)
- Install python-mode.el.
PR: 15702 Submitted by: "Dmitry S. Sivachenko" <dima@Chg.RU> - Only use Tk support if X11 is installed. PR: 15910 Submitted by: Nathan Dorfman <nathan@rtfm.net>
Notes
Notes: svn path=/head/; revision=24476
Diffstat (limited to 'lang/python23/pkg-plist')
-rw-r--r--lang/python23/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python23/pkg-plist b/lang/python23/pkg-plist
index 2360c6ba0f0d..58ef1c97477d 100644
--- a/lang/python23/pkg-plist
+++ b/lang/python23/pkg-plist
@@ -1,6 +1,7 @@
bin/python1.5
bin/python
share/doc/python/COPYRIGHT
+share/emacs/site-lisp/python-mode.el
include/python1.5/Python.h
include/python1.5/abstract.h
include/python1.5/bitset.h
@@ -995,3 +996,4 @@ lib/python1.5/xmllib.pyo
@dirrm lib/python1.5
@exec mkdir -p %D/lib/python1.5/site-packages
@dirrm share/doc/python
+@unexec rmdir share/emacs/site-lisp 2>/dev/null || true