summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-03 06:43:41 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-03 06:43:41 +0000
commitf8175159fa2926a4675a622b78ad64866a43c312 (patch)
treea6963d9593ad3839bbf3d2442bfca8992073910e /math
parentDon't compile with -g as default ... (diff)
Fix for quadmesh.py.
Notes
Notes: svn path=/head/; revision=11223
Diffstat (limited to 'math')
-rw-r--r--math/pygist/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <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>