bsd.port.mk knows about zstd now, no need for extra EXTRACT_CASES
This commit is contained in:
parent
44854f064a
commit
ed443c19bd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2021/03/09 13:04:14 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2021/03/09 17:11:49 sthen Exp $
|
||||
|
||||
V = 5.2.2
|
||||
COMMENT = WAD composer for Doom, Heretic, Hexen, and Strife
|
||||
@ -15,10 +15,6 @@ WANTLIB += c png z
|
||||
MASTER_SITES = https://github.com/Doom-Utils/deutex/releases/download/v${V}/
|
||||
EXTRACT_SUFX = .tar.zst
|
||||
|
||||
BUILD_DEPENDS += archivers/zstd
|
||||
EXTRACT_CASES += *.tar.zst) \
|
||||
zstdcat <${FULLDISTDIR}/$$archive | ${TAR} -xf - -- ${EXTRACT_FILES};;
|
||||
|
||||
BUILD_DEPENDS = textproc/asciidoc
|
||||
LIB_DEPENDS = graphics/png
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user