summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-04-07 16:57:43 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-04-07 16:57:43 +0000
commit6693b1d7b75462591691f58170172dc86577ce35 (patch)
tree886f2c65ec46727ebac567da9d134c4ceee43b4a /devel
parentFix PLIST. (diff)
Create the lib/python1.5/site-packages directory during
installation, in case it is not already there.
Notes
Notes: svn path=/head/; revision=17698
Diffstat (limited to 'devel')
-rw-r--r--devel/py-kjbuckets/Makefile5
-rw-r--r--devel/py-kjbuckets/pkg-plist1
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-kjbuckets/Makefile b/devel/py-kjbuckets/Makefile
index aa53c7cd9b61..d18a7eab2801 100644
--- a/devel/py-kjbuckets/Makefile
+++ b/devel/py-kjbuckets/Makefile
@@ -3,7 +3,7 @@
# Date created: 03/27/1999
# Whom: nectar@FreeBSD.ORG
#
-# $Id: Makefile,v 1.1.1.1 1999/03/20 08:50:50 nectar Exp $
+# $Id: Makefile,v 1.1.1.1 1999/03/28 02:53:03 nectar Exp $
#
DISTNAME= kjb
@@ -21,8 +21,9 @@ MAKEFILE= makefile
WRKSRC= ${WRKDIR}
do-install:
+ ${MKDIR} ${PREFIX}/lib/python1.5/site-packages
${INSTALL_DATA} ${WRKSRC}/kjbucketsmodule.so \
- ${PREFIX}/lib/python1.5/site-packages
+ ${PREFIX}/lib/python1.5/site-packages/
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/kjbuckets.html ${PREFIX}/share/doc/
.endif
diff --git a/devel/py-kjbuckets/pkg-plist b/devel/py-kjbuckets/pkg-plist
index 524a67228979..9aab0c6c39ef 100644
--- a/devel/py-kjbuckets/pkg-plist
+++ b/devel/py-kjbuckets/pkg-plist
@@ -1,2 +1,3 @@
+@exec mkdir -p %D/lib/python1.5/site-packages
lib/python1.5/site-packages/kjbucketsmodule.so
share/doc/kjbuckets.html