diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-18 22:11:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-18 22:11:33 +0800 |
commit | e562890227651ce77c4d26f655fc85baef2f569b (patch) | |
tree | 3e2f67c46c79873e852361923f2665554251f31b /news | |
parent | 9551ff97818f98f596c38dc38e30f477442198df (diff) | |
download | freebsd-ports-gnome-e562890227651ce77c4d26f655fc85baef2f569b.tar.gz freebsd-ports-gnome-e562890227651ce77c4d26f655fc85baef2f569b.tar.zst freebsd-ports-gnome-e562890227651ce77c4d26f655fc85baef2f569b.zip |
- No need to specify master site subdirectory when it's the same as default
Approved by: portmgr blanket
Diffstat (limited to 'news')
-rw-r--r-- | news/sabnzbdplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index 752671c4b4aa..6ac26c28ac76 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -3,7 +3,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 1.0.2 CATEGORIES= news -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF DISTNAME= SABnzbd-${PORTVERSION}-src MAINTAINER= joshruehlig@gmail.com |