diff options
Diffstat (limited to 'audio/mpdas')
-rw-r--r-- | audio/mpdas/Makefile | 5 |
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> |