summaryrefslogtreecommitdiffstats
path: root/lang/python20
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1999-04-08 17:48:49 +0000
committernectar <nectar@FreeBSD.org>1999-04-08 17:48:49 +0000
commit9d922744c327f0d8bfefb207e1a4d63292af1ff2 (patch)
tree443a3f58829128f70bc69dda52594c8bd9c70362 /lang/python20
parentdeb4a27fb9a8d84868415d406e82d82b53570c53 (diff)
downloadFreeBSD-ports-9d922744c327f0d8bfefb207e1a4d63292af1ff2.zip
FreeBSD-ports-9d922744c327f0d8bfefb207e1a4d63292af1ff2.tar.gz
Create lib/python1.5/site-packages directory on installation.
Diffstat (limited to 'lang/python20')
-rw-r--r--lang/python20/Makefile3
-rw-r--r--lang/python20/pkg-plist2
2 files changed, 4 insertions, 1 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index e050eef..570e411 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/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/python20/pkg-plist b/lang/python20/pkg-plist
index b9658a5..96693e7 100644
--- a/lang/python20/pkg-plist
+++ b/lang/python20/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
OpenPOWER on IntegriCloud