summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-05-29 09:00:30 -0700
committerNeel Chauhan <nc@FreeBSD.org>2021-05-29 09:10:40 -0700
commitfb41ca01ad7a35dcd380e7f48ba1a89c6747c467 (patch)
treeb20d1748b3329dc061b12d87ba7eecddc7dc34ca /accessibility
parentnet/arataga: improve the port prior to hooking up unit tests (+) (diff)
accessibility/orca: fix fetching from MASTER_SITES
PR: 256202
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/orca/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile
index 892b760a58bf..f49fbba899ca 100644
--- a/accessibility/orca/Makefile
+++ b/accessibility/orca/Makefile
@@ -3,7 +3,7 @@
PORTNAME= orca
PORTVERSION= 40.0
CATEGORIES= accessibility gnome
-MASTER_SITES= GNOME
+MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org