aboutsummaryrefslogtreecommitdiff
path: root/multimedia/termplay/Makefile
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 04:47:10 +0000
commit89c1633d112b9cd8562ba37665ca958e89dbf075 (patch)
tree81721d32400a1752283491a790d3b83a1bb1236c /multimedia/termplay/Makefile
parent3758b337a1b07b4a767d74e21e6b0b67db5e763c (diff)
downloadports-89c1633d112b9cd8562ba37665ca958e89dbf075.tar.gz
ports-89c1633d112b9cd8562ba37665ca958e89dbf075.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)
Diffstat (limited to 'multimedia/termplay/Makefile')
-rw-r--r--multimedia/termplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/termplay/Makefile b/multimedia/termplay/Makefile
index aa017ae78c17..84355ba553fd 100644
--- a/multimedia/termplay/Makefile
+++ b/multimedia/termplay/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 2.0.6
PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= CRATESIO
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool that converts images to ANSI sequences, plays videos in terminals