From bd6d456d169629f1f2317c3af6460c4f0173c881 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Thu, 8 Apr 1999 17:48:49 +0000 Subject: Create lib/python1.5/site-packages directory on installation. --- lang/python15/Makefile | 3 ++- lang/python15/pkg-plist | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/python15') 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 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 -- cgit v1.2.3