aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-08 09:38:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-08 09:38:18 +0000
commit77fa4802e37e7b69a06300e0439bf051c16f8c03 (patch)
tree39f66132b7901cb81e29f0661c173006a1e0598d /audio
parent9beb0e47eac767c5ac7efb88fc031342c3334313 (diff)
downloadports-77fa4802e37e7b69a06300e0439bf051c16f8c03.tar.gz
ports-77fa4802e37e7b69a06300e0439bf051c16f8c03.zip
- Fix LICENSE
- Add LICENSE_FILE - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=479241
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/Makefile5
-rw-r--r--audio/musicpd/pkg-descr2
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 342a789d3dae..7b09e569050a 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -10,7 +10,8 @@ DISTNAME= mpd-${PORTVERSION}
MAINTAINER= riggs@FreeBSD.org
COMMENT= Remote-controllable music daemon
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libicudata.so:devel/icu
@@ -30,7 +31,7 @@ CONFIGURE_ARGS+=--disable-libwrap
BROKEN_powerpc64= Does not build on powerpc64
-PORTDOCS= AUTHORS README.md COPYING NEWS
+PORTDOCS= AUTHORS README.md NEWS
SUB_FILES= pkg-message
diff --git a/audio/musicpd/pkg-descr b/audio/musicpd/pkg-descr
index 6d716d41cea6..fe37a4bf232c 100644
--- a/audio/musicpd/pkg-descr
+++ b/audio/musicpd/pkg-descr
@@ -3,4 +3,4 @@ Ogg, Flac, and more) and managing playlists. The design focus is on
integrating a computer into a stereo system that provides control for music
playback over a local network.
-WWW: http://www.musicpd.org/
+WWW: https://www.musicpd.org/