summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-11-24 10:10:21 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-11-24 10:10:21 +0000
commitb3ea83ad9202ddd407025969bec8dd8368a2a4c5 (patch)
tree81a870d9766f14bf2d2f0f0bb17b217fa54eac52 /x11-toolkits
parentFix following. (diff)
Create installation directory first.
Notes
Notes: svn path=/head/; revision=14863
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/pmw/Makefile3
-rw-r--r--x11-toolkits/py-Pmw/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/pmw/Makefile b/x11-toolkits/pmw/Makefile
index 647c67bd40fa..abe70c6922f6 100644
--- a/x11-toolkits/pmw/Makefile
+++ b/x11-toolkits/pmw/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 June 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1998/06/27 05:19:52 asami Exp $
+# $Id: Makefile,v 1.3 1998/08/07 22:56:38 asami Exp $
DISTNAME= Pmw.0.7
PKGNAME= pmw-0.7
@@ -24,6 +24,7 @@ do-build:
@${ECHO_MSG} "Do a \`make install' as root."
do-install:
+ @${MKDIR} ${SITEPYDIR}
@(cd ${WRKDIR}; tar cf - Pmw/__init__.py Pmw/Pmw_0_7/__init__.py Pmw/Pmw_0_7/lib) | \
(cd ${SITEPYDIR}; tar xf -)
@${PREFIX}/bin/python ${PYTHONSCRIPTDIR}/compileall.py ${SITEPYDIR}/Pmw
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile
index 647c67bd40fa..abe70c6922f6 100644
--- a/x11-toolkits/py-Pmw/Makefile
+++ b/x11-toolkits/py-Pmw/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 June 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1998/06/27 05:19:52 asami Exp $
+# $Id: Makefile,v 1.3 1998/08/07 22:56:38 asami Exp $
DISTNAME= Pmw.0.7
PKGNAME= pmw-0.7
@@ -24,6 +24,7 @@ do-build:
@${ECHO_MSG} "Do a \`make install' as root."
do-install:
+ @${MKDIR} ${SITEPYDIR}
@(cd ${WRKDIR}; tar cf - Pmw/__init__.py Pmw/Pmw_0_7/__init__.py Pmw/Pmw_0_7/lib) | \
(cd ${SITEPYDIR}; tar xf -)
@${PREFIX}/bin/python ${PYTHONSCRIPTDIR}/compileall.py ${SITEPYDIR}/Pmw