diff options
author | tg <tg@FreeBSD.org> | 1998-11-24 18:10:21 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-24 18:10:21 +0800 |
commit | bc86b45bda960851733045fbc23f98afd2296e45 (patch) | |
tree | d2c44e075ad9111e84730f0790200237bc95a846 /x11-toolkits/py-Pmw | |
parent | 98993e3783e75d6bfb39197fb675ef3a8008ec7c (diff) | |
download | freebsd-ports-gnome-bc86b45bda960851733045fbc23f98afd2296e45.tar.gz freebsd-ports-gnome-bc86b45bda960851733045fbc23f98afd2296e45.tar.zst freebsd-ports-gnome-bc86b45bda960851733045fbc23f98afd2296e45.zip |
Create installation directory first.
Diffstat (limited to 'x11-toolkits/py-Pmw')
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |