diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-05-29 16:05:51 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-29 16:11:50 +0000 |
commit | 76585a941a4fd7d59b1a0d16d2442445057fcabb (patch) | |
tree | fd882e0421581bfba8b6ea43f9bcd77fca5b4122 | |
parent | 186bbf31282c7ab08951421652b483a62212d1bb (diff) | |
download | ports-76585a941a4fd7d59b1a0d16d2442445057fcabb.tar.gz ports-76585a941a4fd7d59b1a0d16d2442445057fcabb.zip |
x11/yelp: fix fetching from MASTER_SITES
PR: 256202
-rw-r--r-- | x11/yelp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index e5324bb64506..f47b245cce0d 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,7 +3,7 @@ PORTNAME= yelp DISTVERSION= 40.0 CATEGORIES= x11 gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org |