diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-05-30 00:00:30 +0800 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-30 00:10:40 +0800 |
commit | fb41ca01ad7a35dcd380e7f48ba1a89c6747c467 (patch) | |
tree | b20d1748b3329dc061b12d87ba7eecddc7dc34ca /accessibility/orca | |
parent | 030fe4d66463b6f7c638a87cd8c078b5f3df06eb (diff) | |
download | freebsd-ports-gnome-fb41ca01ad7a35dcd380e7f48ba1a89c6747c467.tar.gz freebsd-ports-gnome-fb41ca01ad7a35dcd380e7f48ba1a89c6747c467.tar.zst freebsd-ports-gnome-fb41ca01ad7a35dcd380e7f48ba1a89c6747c467.zip |
accessibility/orca: fix fetching from MASTER_SITES
PR: 256202
Diffstat (limited to 'accessibility/orca')
-rw-r--r-- | accessibility/orca/Makefile | 2 |
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 |