diff options
author | mat <mat@FreeBSD.org> | 2019-01-08 21:20:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-01-08 21:20:19 +0800 |
commit | 62998f3960cf7bf4922c9752234a234bd266db4f (patch) | |
tree | 9eadd1b6a9a6db379bc1766bddbe006347315cec /audio/ympd | |
parent | 6c34e2da454eb1b73518bf132da9f03a762d3c18 (diff) | |
download | freebsd-ports-gnome-62998f3960cf7bf4922c9752234a234bd266db4f.tar.gz freebsd-ports-gnome-62998f3960cf7bf4922c9752234a234bd266db4f.tar.zst freebsd-ports-gnome-62998f3960cf7bf4922c9752234a234bd266db4f.zip |
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo.
Diffstat (limited to 'audio/ympd')
-rw-r--r-- | audio/ympd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/ympd/Makefile b/audio/ympd/Makefile index 8ec4ce3023bb..f9feabe27b6f 100644 --- a/audio/ympd/Makefile +++ b/audio/ympd/Makefile @@ -4,7 +4,6 @@ PORTNAME= ympd DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 CATEGORIES= audio www -MASTER_SITES= GH MAINTAINER= dch@FreeBSD.org COMMENT= Stand-alone lightweight web UI controller for audio/musicpd |