summaryrefslogtreecommitdiff
path: root/audio/mpdas
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-28 20:27:42 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-28 20:27:42 +0000
commit9c814d78675db5e8db06ed58e86cbeca68b9eaf3 (patch)
tree4ad8ffa4d3074b9608e9daa3f2cadf4b298c1d12 /audio/mpdas
parentMark BROKEN: Fails to configure with avr-binutils 2.24 (diff)
- Switch audio/libmpd to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=363248
Diffstat (limited to 'audio/mpdas')
-rw-r--r--audio/mpdas/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile
index 41a4d47929aa..c37664b72a39 100644
--- a/audio/mpdas/Makefile
+++ b/audio/mpdas/Makefile
@@ -3,10 +3,11 @@
PORTNAME= mpdas
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://50hz.ws/mpdas/
-MAINTAINER= henrik@affekt.org
+MAINTAINER= henrik@affekt.org
COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
@@ -23,6 +24,6 @@ PLIST_FILES= bin/mpdas \
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mpdas ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/mpdas.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/mpdas.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>