mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Fix for quadmesh.py.
This commit is contained in:
parent
6b29d4f6d8
commit
f8175159fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11223
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user