diff options
author | tg <tg@FreeBSD.org> | 1998-06-03 06:43:41 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-03 06:43:41 +0000 |
commit | 5371b72a5d494b51b45618057c5dbedef734a0c0 (patch) | |
tree | a078a60f54511241ce0bcf78a15d6b0535b51413 /math/pygist/Makefile | |
parent | aa8f0dd1f6e49494ab7cb250d6b19fbc1d33871c (diff) | |
download | FreeBSD-ports-5371b72a5d494b51b45618057c5dbedef734a0c0.zip FreeBSD-ports-5371b72a5d494b51b45618057c5dbedef734a0c0.tar.gz |
Fix for quadmesh.py.
Diffstat (limited to 'math/pygist/Makefile')
-rw-r--r-- | math/pygist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pygist/Makefile b/math/pygist/Makefile index 7e3badc..f0ec8b0 100644 --- a/math/pygist/Makefile +++ b/math/pygist/Makefile @@ -3,7 +3,7 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/02 08:09:36 tg Exp $ # DISTNAME= PyGist-13 @@ -33,10 +33,10 @@ do-configure: @(cd ${WRKSRC} && ${CONFIGURE_ENV} python makethis.py) post-install: + @${RM} ${WRKSRC}/*/Demo/*.orig ${WRKSRC}/*/Lib/*.orig ${INSTALL_DATA} ${WRKSRC}/*/Lib/* ${SITEPYDIR} @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${SITEPYDIR} ${MKDIR} ${EXAMPLEDIR} - @${RM} ${WRKSRC}/*/Demo/*.orig ${INSTALL_DATA} ${WRKSRC}/*/Demo/* ${EXAMPLEDIR} .include <bsd.port.mk> |