aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-10-13 17:12:15 +0800
committerjbeich <jbeich@FreeBSD.org>2018-10-13 17:12:15 +0800
commitd9eb5a425c40c4f87ce2d90845f0e4ded17a11f1 (patch)
tree06469392fae9cba54072c01d15cdbed36c8fedd9 /x11
parent87851191faced9c2ebd019b17c1a200af2759dc5 (diff)
downloadfreebsd-ports-gnome-d9eb5a425c40c4f87ce2d90845f0e4ded17a11f1.tar.gz
freebsd-ports-gnome-d9eb5a425c40c4f87ce2d90845f0e4ded17a11f1.tar.zst
freebsd-ports-gnome-d9eb5a425c40c4f87ce2d90845f0e4ded17a11f1.zip
x11/alacritty: pet portlint after r481921
$ portlint -C FATAL: Makefile: DISTVERSIONPREFIX appears out-of-order. FATAL: Makefile: order must be PORTNAME/PORTVERSION/DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX/PORTREVISION/PORTEPOCH/CATEGORIES/MASTER_SITES/MASTER_SITE_SUBDIR/PROJECTHOST/PKGNAMEPREFIX/PKGNAMESUFFIX/DISTNAME/EXTRACT_SUFX/DISTFILES/DIST_SUBDIR/EXTRACT_ONLY. 2 fatal errors and 0 warnings found.
Diffstat (limited to 'x11')
-rw-r--r--x11/alacritty/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile
index ecd0dac685f1..e3637017bf00 100644
--- a/x11/alacritty/Makefile
+++ b/x11/alacritty/Makefile
@@ -2,8 +2,8 @@
PORTNAME= alacritty
PORTVERSION= 0.2.0
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= zeising@FreeBSD.org