aboutsummaryrefslogtreecommitdiff
path: root/audio/py-mpd
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
parentce43554396d1f7380e8b8aced2536c55f5dc017f (diff)
downloadports-72453b2824465d48966e28ed636fd753d04edb11.tar.gz
ports-72453b2824465d48966e28ed636fd753d04edb11.zip
- Stage support
- Bump PORTREVISION - Convert to AUTOPLIST
Notes
Notes: svn path=/head/; revision=343448
Diffstat (limited to 'audio/py-mpd')
-rw-r--r--audio/py-mpd/Makefile14
-rw-r--r--audio/py-mpd/pkg-plist5
2 files changed, 2 insertions, 17 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>
diff --git a/audio/py-mpd/pkg-plist b/audio/py-mpd/pkg-plist
deleted file mode 100644
index c35d624090e4..000000000000
--- a/audio/py-mpd/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%PYTHON_SITELIBDIR%%/mpd.py
-%%PYTHON_SITELIBDIR%%/mpd.pyc
-%%PYTHON_SITELIBDIR%%/mpd.pyo
-%%PORTDOCS%%%%DOCSDIR%%/commands.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%