aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-04-17 05:33:03 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-04-28 05:32:48 +0000
commit9bcb1fb8c4611a17e662f2444253c74f6f70ac2d (patch)
tree63cd744804be6eb7cf0265619170495f6fcc550d /graphics
parent449cc76c953eb2029248407bd6cc52c7113177d4 (diff)
downloadports-9bcb1fb8c4611a17e662f2444253c74f6f70ac2d.tar.gz
ports-9bcb1fb8c4611a17e662f2444253c74f6f70ac2d.zip
Fix ports that pull main distfile from CRATESIO (D29760)
- Put distfiles into CARGO_DIST_SUBDIR where they were not - Use correct crate file extension MFH: 2021Q2 (to ease future cherry picks) (cherry picked from commit 89c1633d112b9cd8562ba37665ca958e89dbf075)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dssim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile
index fe790bbccd02..f13dc68112c2 100644
--- a/graphics/dssim/Makefile
+++ b/graphics/dssim/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= CRATESIO
# XXX Teach USES=cargo to have proper default
-DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}
+DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Image similarity comparison simulating human perception