From 72453b2824465d48966e28ed636fd753d04edb11 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 9 Feb 2014 10:31:37 +0000 Subject: [PATCH] - Stage support - Bump PORTREVISION - Convert to AUTOPLIST --- audio/py-mpd/Makefile | 14 ++------------ audio/py-mpd/pkg-plist | 5 ----- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 audio/py-mpd/pkg-plist 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%%