aboutsummaryrefslogtreecommitdiff
path: root/audio/mpdcon
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-08-21 09:38:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-08-21 09:38:07 +0000
commit90b44d57f0ed7379a7071bc81380942a0ec197d9 (patch)
treefaf844b08e177f56aa0b9209c4710deab24cebec /audio/mpdcon
parent335248fdccdc9762ce517fda6944e0aac6e6b2d9 (diff)
downloadports-90b44d57f0ed7379a7071bc81380942a0ec197d9.tar.gz
ports-90b44d57f0ed7379a7071bc81380942a0ec197d9.zip
- Fix LICENSE
- Add LICENSE_FILE - Update WWW - While here, pet portlint and remove superfluous license mention in pkg-descr Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=477713
Diffstat (limited to 'audio/mpdcon')
-rw-r--r--audio/mpdcon/Makefile9
-rw-r--r--audio/mpdcon/pkg-descr4
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/mpdcon/Makefile b/audio/mpdcon/Makefile
index 223c30e0ffea..26c39d6c27d1 100644
--- a/audio/mpdcon/Makefile
+++ b/audio/mpdcon/Makefile
@@ -10,14 +10,15 @@ DISTNAME= MPDCon-${PORTVERSION}
MAINTAINER= theraven@FreeBSD.org
COMMENT= MPD client for GNUstep
-LICENSE= GPLv2
-
-USES= gnustep
-USE_GNUSTEP= base gui back build
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/Documentation/COPYING
LIB_DEPENDS= libmpdclient.so.2:audio/libmpdclient \
libSQLClient.so:databases/sqlclient
+USES= gnustep
+USE_GNUSTEP= base gui back build
+
post-patch:
${REINPLACE_CMD} -e \
's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
diff --git a/audio/mpdcon/pkg-descr b/audio/mpdcon/pkg-descr
index 28be4980299d..a302b5abd498 100644
--- a/audio/mpdcon/pkg-descr
+++ b/audio/mpdcon/pkg-descr
@@ -2,6 +2,4 @@ MPDCon is a graphical client for MPD, the Music Player Daemon
(http://www.musicpd.org). With it you can manage your playlists,
browse the song collection and control the daemon.
-LICENSE: GPL2 or later
-
-WWW: http://www.musicpd.org/MPDCon.shtml
+WWW: http://gap.nongnu.org/mpdcon/