summaryrefslogtreecommitdiff
path: root/lang/python15
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-04-08 17:48:49 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-04-08 17:48:49 +0000
commitbd6d456d169629f1f2317c3af6460c4f0173c881 (patch)
treec9394007efe290d5d6d239c9511c2af764a14377 /lang/python15
parentWill re-import gtimer under deskutils. (diff)
Create lib/python1.5/site-packages directory on installation.
Notes
Notes: svn path=/head/; revision=17735
Diffstat (limited to 'lang/python15')
-rw-r--r--lang/python15/Makefile3
-rw-r--r--lang/python15/pkg-plist2
2 files changed, 4 insertions, 1 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile
index e050eef23e78..570e4110541d 100644
--- a/lang/python15/Makefile
+++ b/lang/python15/Makefile
@@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.44 1999/02/18 09:37:34 thepish Exp $
+# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
#
DISTNAME= pyth151
@@ -113,5 +113,6 @@ post-install:
strip ${PREFIX}/bin/python
@${MKDIR} ${PREFIX}/share/doc/python
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
+ @${MKDIR} ${PREFIX}/lib/python1.5/site-packages
.include <bsd.port.post.mk>
diff --git a/lang/python15/pkg-plist b/lang/python15/pkg-plist
index b9658a589e3c..96693e745cb3 100644
--- a/lang/python15/pkg-plist
+++ b/lang/python15/pkg-plist
@@ -913,6 +913,7 @@ lib/python1.5/zmod.py
lib/python1.5/zmod.pyc
lib/python1.5/zmod.pyo
share/doc/python/COPYRIGHT
+@exec mkdir -p %D/lib/python1.5/site-packages
@dirrm share/doc/python
@dirrm lib/python1.5/test/output
@dirrm lib/python1.5/test
@@ -922,5 +923,6 @@ share/doc/python/COPYRIGHT
@dirrm lib/python1.5/lib-stdwin
@dirrm lib/python1.5/lib-dynload
@dirrm lib/python1.5/config
+@dirrm lib/python1.5/site-packages
@dirrm lib/python1.5
@dirrm include/python1.5