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 - -.if ${PORT_OPTIONS:MDOCS} -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} - -post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/commands.txt ${DOCSDIR}/ -.endif .include 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%%