aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-05-29 16:03:51 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-05-29 16:11:50 +0000
commit76bc47bce3b474f50dcb8a529c55d2717ac828a5 (patch)
tree2e6499ade8003f46e0c84f9c2a15a071ee8711ab
parent376a00a77cbbac1e2896809d88bfe8d33c64d2c5 (diff)
downloadports-76bc47bce3b474f50dcb8a529c55d2717ac828a5.tar.gz
ports-76bc47bce3b474f50dcb8a529c55d2717ac828a5.zip
math/gnome-calculator: fix fetching from MASTER_SITES
PR: 256202
-rw-r--r--math/gnome-calculator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile
index b3150818a948..4756a2fc9130 100644
--- a/math/gnome-calculator/Makefile
+++ b/math/gnome-calculator/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnome-calculator
PORTVERSION= 40.1
CATEGORIES= math gnome
-MASTER_SITES= GNOME
+MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org