From f8175159fa2926a4675a622b78ad64866a43c312 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 3 Jun 1998 06:43:41 +0000 Subject: Fix for quadmesh.py. --- math/pygist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/pygist/Makefile b/math/pygist/Makefile index 7e3badc10f4e..f0ec8b00cca6 100644 --- a/math/pygist/Makefile +++ b/math/pygist/Makefile @@ -3,7 +3,7 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum # -# $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 -- cgit v1.2.3