aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-05-29 16:04:26 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-05-29 16:11:50 +0000
commitb6ccf9fbf1c4fc94839e556b5642ce45da41638a (patch)
treec9e5c33c8b60160f50a07872c299b2eaa61d975b
parent76bc47bce3b474f50dcb8a529c55d2717ac828a5 (diff)
downloadports-b6ccf9fbf1c4fc94839e556b5642ce45da41638a.tar.gz
ports-b6ccf9fbf1c4fc94839e556b5642ce45da41638a.zip
security/seahorse: fix fetching from MASTER_SITES
PR: 256202
-rw-r--r--security/seahorse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index c88764539410..21c1ff244818 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -3,7 +3,7 @@
PORTNAME= seahorse
PORTVERSION= 40.0
CATEGORIES= security gnome
-MASTER_SITES= GNOME
+MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org