aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2tools/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2021-08-03 19:50:48 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-08-03 19:50:48 +0000
commit88d174890cc093013c29edc1cb45e0de58d1495c (patch)
tree6aa3bbd702e3f75c2c2ea660d5cafe30fa6fd6ed /sysutils/e2tools/Makefile
parentea7d71403c29cbb75d777ec98750b07061f573c5 (diff)
downloadports-88d174890cc093013c29edc1cb45e0de58d1495c.tar.gz
ports-88d174890cc093013c29edc1cb45e0de58d1495c.zip
sysutils/e2tools: Use upstream distfile
PR: 257577 Approved by: Robert Clausecker <fuz@fuz.su> (maintainer)
Diffstat (limited to 'sysutils/e2tools/Makefile')
-rw-r--r--sysutils/e2tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/e2tools/Makefile b/sysutils/e2tools/Makefile
index 5e783fd2452e..9e65cc69089b 100644
--- a/sysutils/e2tools/Makefile
+++ b/sysutils/e2tools/Makefile
@@ -1,7 +1,8 @@
PORTNAME= e2tools
-DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= sysutils
+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= fuz@fuz.su
COMMENT= Utilities to manipulate files in an ext2/ext3 filesystem
@@ -11,8 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs
-USES= autoreconf pkgconfig
-USE_GITHUB= yes
+USES= pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>