mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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.
This commit is contained in:
parent
6a36559f40
commit
c7e32a1c5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39366
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (threeDS-0.2.tar.gz) = 503d51062c711fbcdff626f1af71c5ea
|
||||
MD5 (threeDS-0.2.tar.gz) = 0aa2e1d610f21208f08d328a6fbc2633
|
||||
|
Loading…
Reference in New Issue
Block a user