diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-24 18:10:21 +0800 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-24 18:10:21 +0800 |
commit | b3ea83ad9202ddd407025969bec8dd8368a2a4c5 (patch) | |
tree | 81a870d9766f14bf2d2f0f0bb17b217fa54eac52 /x11-toolkits | |
parent | 88f2833aa3ad0a60e516251a93a618eb253dfb44 (diff) | |
download | freebsd-ports-gnome-b3ea83ad9202ddd407025969bec8dd8368a2a4c5.tar.gz freebsd-ports-gnome-b3ea83ad9202ddd407025969bec8dd8368a2a4c5.tar.zst freebsd-ports-gnome-b3ea83ad9202ddd407025969bec8dd8368a2a4c5.zip |
Create installation directory first.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pmw/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 3 |
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 |