diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-03 06:43:41 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-03 06:43:41 +0000 |
commit | f8175159fa2926a4675a622b78ad64866a43c312 (patch) | |
tree | a6963d9593ad3839bbf3d2442bfca8992073910e /math/pygist | |
parent | 6b29d4f6d8e6dc2ee1a6178a2148f94679f11c7e (diff) |
Notes
Diffstat (limited to 'math/pygist')
-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 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> |