aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python31/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1999-04-09 01:48:49 +0800
committernectar <nectar@FreeBSD.org>1999-04-09 01:48:49 +0800
commit9d922744c327f0d8bfefb207e1a4d63292af1ff2 (patch)
tree443a3f58829128f70bc69dda52594c8bd9c70362 /lang/python31/Makefile
parentdeb4a27fb9a8d84868415d406e82d82b53570c53 (diff)
downloadfreebsd-ports-gnome-9d922744c327f0d8bfefb207e1a4d63292af1ff2.tar.gz
freebsd-ports-gnome-9d922744c327f0d8bfefb207e1a4d63292af1ff2.tar.zst
freebsd-ports-gnome-9d922744c327f0d8bfefb207e1a4d63292af1ff2.zip
Create lib/python1.5/site-packages directory on installation.
Diffstat (limited to 'lang/python31/Makefile')
-rw-r--r--lang/python31/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index e050eef23e78..570e4110541d 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/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>