aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpdas
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-07-29 04:27:42 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-07-29 04:27:42 +0800
commiteb5708915ecf0ddfc54fb2f41a73874205ca996a (patch)
tree4ad8ffa4d3074b9608e9daa3f2cadf4b298c1d12 /audio/mpdas
parent59174be68e0751859890b438a5374cbfd0f44ff0 (diff)
downloadfreebsd-ports-gnome-eb5708915ecf0ddfc54fb2f41a73874205ca996a.tar.gz
freebsd-ports-gnome-eb5708915ecf0ddfc54fb2f41a73874205ca996a.tar.zst
freebsd-ports-gnome-eb5708915ecf0ddfc54fb2f41a73874205ca996a.zip
- Switch audio/libmpd to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
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>