diff options
author | kris <kris@FreeBSD.org> | 2001-03-10 13:24:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-10 13:24:55 +0800 |
commit | 85250fdc79e219192dd1ae9c3478979d4b4bb020 (patch) | |
tree | dc8dc44d514ef8fb6b4d5b9f919293958b752ad8 | |
parent | 2b3b1ac8b161f74315d7959838a0192fe713edeb (diff) | |
download | freebsd-ports-gnome-85250fdc79e219192dd1ae9c3478979d4b4bb020.tar.gz freebsd-ports-gnome-85250fdc79e219192dd1ae9c3478979d4b4bb020.tar.zst freebsd-ports-gnome-85250fdc79e219192dd1ae9c3478979d4b4bb020.zip |
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.
-rw-r--r-- | graphics/threeDS/Makefile | 1 | ||||
-rw-r--r-- | graphics/threeDS/distinfo | 2 |
2 files changed, 2 insertions, 1 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 diff --git a/graphics/threeDS/distinfo b/graphics/threeDS/distinfo index 2a7cf4f5bc50..719655040277 100644 --- a/graphics/threeDS/distinfo +++ b/graphics/threeDS/distinfo @@ -1 +1 @@ -MD5 (threeDS-0.2.tar.gz) = 503d51062c711fbcdff626f1af71c5ea +MD5 (threeDS-0.2.tar.gz) = 0aa2e1d610f21208f08d328a6fbc2633 |