diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-05-29 16:03:21 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-29 16:11:50 +0000 |
commit | 376a00a77cbbac1e2896809d88bfe8d33c64d2c5 (patch) | |
tree | e360dccfccad68f187e93fdede4303b71f8a26e8 | |
parent | bf7ac02b5d0bbeff8879a596a081d96238c42bb6 (diff) |
graphics/eog: fix fetching from MASTER_SITES
PR: 256202
-rw-r--r-- | graphics/eog/Makefile | 2 |
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 |