From b3ea83ad9202ddd407025969bec8dd8368a2a4c5 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Tue, 24 Nov 1998 10:10:21 +0000 Subject: Create installation directory first. --- x11-toolkits/pmw/Makefile | 3 ++- x11-toolkits/py-Pmw/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'x11-toolkits') 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 # -# $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 # -# $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 -- cgit v1.2.3