diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile index 6533643d89b77..ac2060fab9944 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -2,7 +2,6 @@ PORTNAME= goredo DISTVERSION= 1.25.0 CATEGORIES= devel MASTER_SITES= http://www.goredo.cypherpunks.ru/download/ -EXTRACT_SUFX= .tar.zst MAINTAINER= yuri@FreeBSD.org COMMENT= Go implementation of djb's redo, Makefile replacement that sucks less @@ -10,7 +9,7 @@ COMMENT= Go implementation of djb's redo, Makefile replacement that sucks less LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING -USES= go +USES= go tar:zst WRKSRC_SUBDIR= src