diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-24 10:10:21 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-24 10:10:21 +0000 |
commit | b3ea83ad9202ddd407025969bec8dd8368a2a4c5 (patch) | |
tree | 81a870d9766f14bf2d2f0f0bb17b217fa54eac52 /x11-toolkits/pmw | |
parent | 88f2833aa3ad0a60e516251a93a618eb253dfb44 (diff) | |
download | ports-b3ea83ad9202ddd407025969bec8dd8368a2a4c5.tar.gz ports-b3ea83ad9202ddd407025969bec8dd8368a2a4c5.zip |
Notes
Diffstat (limited to 'x11-toolkits/pmw')
-rw-r--r-- | x11-toolkits/pmw/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |