aboutsummaryrefslogtreecommitdiff
path: root/audio/py-mpd/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-09 10:31:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-09 10:31:37 +0000
commit72453b2824465d48966e28ed636fd753d04edb11 (patch)
tree42946d2c5c33e9acdcab2ad30c794bfc7cf0073a /audio/py-mpd/Makefile
parentce43554396d1f7380e8b8aced2536c55f5dc017f (diff)
downloadports-72453b2824465d48966e28ed636fd753d04edb11.tar.gz
ports-72453b2824465d48966e28ed636fd753d04edb11.zip
Notes
Diffstat (limited to 'audio/py-mpd/Makefile')
-rw-r--r--audio/py-mpd/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/audio/py-mpd/Makefile b/audio/py-mpd/Makefile
index 6c5fc07fc469..f4466394b6ee 100644
--- a/audio/py-mpd/Makefile
+++ b/audio/py-mpd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mpd
PORTVERSION= 0.3.0
-#PORTREVISION= 0
+PORTREVISION= 1
#PORTEPOCH= 0
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
@@ -14,18 +14,8 @@ MAINTAINER= nivit@FreeBSD.org
COMMENT= Python MPD client library
USE_PYTHON= yes
-NO_STAGE= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= python_mpd
+PYDISTUTILS_AUTOPLIST= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-
-post-install:
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/commands.txt ${DOCSDIR}/
-.endif
.include <bsd.port.mk>