summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-05-29 09:03:21 -0700
committerNeel Chauhan <nc@FreeBSD.org>2021-05-29 09:11:50 -0700
commit376a00a77cbbac1e2896809d88bfe8d33c64d2c5 (patch)
treee360dccfccad68f187e93fdede4303b71f8a26e8 /graphics
parentbf7ac02b5d0bbeff8879a596a081d96238c42bb6 (diff)
downloadfreebsd-ports-376a00a77cbbac1e2896809d88bfe8d33c64d2c5.zip
graphics/eog: fix fetching from MASTER_SITES
PR: 256202
Diffstat (limited to 'graphics')
-rw-r--r--graphics/eog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index f7b91952fb55..18677defa008 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -3,7 +3,7 @@
PORTNAME= eog
DISTVERSION= 40.1
CATEGORIES= graphics gnome
-MASTER_SITES= GNOME
+MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org