1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

- Bump PORTREVISION
- Convert to AUTOPLIST
This commit is contained in:
Martin Wilke 2014-02-09 10:31:37 +00:00
parent ce43554396
commit 72453b2824
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343448
2 changed files with 2 additions and 17 deletions

View File

@ -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>

View File

@ -1,5 +0,0 @@
%%PYTHON_SITELIBDIR%%/mpd.py
%%PYTHON_SITELIBDIR%%/mpd.pyc
%%PYTHON_SITELIBDIR%%/mpd.pyo
%%PORTDOCS%%%%DOCSDIR%%/commands.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%