diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-17 05:33:03 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-28 04:47:10 +0000 |
commit | 89c1633d112b9cd8562ba37665ca958e89dbf075 (patch) | |
tree | 81721d32400a1752283491a790d3b83a1bb1236c /graphics/dssim | |
parent | 3758b337a1b07b4a767d74e21e6b0b67db5e763c (diff) | |
download | ports-89c1633d112b9cd8562ba37665ca958e89dbf075.tar.gz ports-89c1633d112b9cd8562ba37665ca958e89dbf075.zip |
Diffstat (limited to 'graphics/dssim')
-rw-r--r-- | graphics/dssim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index 5ceedf7c2312..ce138d9e07da 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -4,7 +4,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 |