summaryrefslogtreecommitdiff
path: root/graphics/threeDS/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-10 05:24:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-10 05:24:55 +0000
commitc7e32a1c5fdaa20358b328df5b3598ae00f83d3c (patch)
treed5187093b03f0cec4eb6cfe09310ebeaa1dbf537 /graphics/threeDS/Makefile
parentMark BROKEN: the author broke the distfile by removing all of the *.xpm (diff)
Chase the checksum: the previous distfile was supposedly a .tgz but was
actually a .tar. No content changes. Also, prevent the installation of *.orig patch droppings.
Notes
Notes: svn path=/head/; revision=39366
Diffstat (limited to 'graphics/threeDS/Makefile')
-rw-r--r--graphics/threeDS/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/threeDS/Makefile b/graphics/threeDS/Makefile
index 58229db5bc66..434fdf7f210e 100644
--- a/graphics/threeDS/Makefile
+++ b/graphics/threeDS/Makefile
@@ -23,6 +23,7 @@ do-build:
do-install:
${MKDIR} ${PREFIX}/share/threeDS
${MKDIR} ${PREFIX}/lib/${PYTHON_VERSION}/site-packages
+ ${RM} -f ${WRKSRC}/*.orig
${INSTALL_DATA} ${WRKSRC}/threeDS.py* ${PREFIX}/lib/${PYTHON_VERSION}/site-packages
${INSTALL_SCRIPT} ${WRKSRC}/view3ds.py* ${PREFIX}/share/threeDS
${LN} -sf ${PREFIX}/share/threeDS/view3ds.py ${PREFIX}/bin/view3ds