From ed38f1e3aa333d6444c0d84a8e9345f9d317a388 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 15 Apr 2022 15:05:12 +0000 Subject: [PATCH] Use subst for PKGNAME. --- x11/gnome/console/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/gnome/console/Makefile b/x11/gnome/console/Makefile index d86ce10115a..9ea37fbc33e 100644 --- a/x11/gnome/console/Makefile +++ b/x11/gnome/console/Makefile @@ -2,7 +2,7 @@ COMMENT= user-friendly terminal emulator for GNOME GNOME_PROJECT= gnome-console GNOME_VERSION= 42.beta -PKGNAME= ${GNOME_PROJECT}-42beta +PKGNAME= ${GNOME_PROJECT}-${GNOME_VERSION:S/.//} CATEGORIES= x11