diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-09-27 22:36:11 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-09-27 22:36:11 +0000 |
commit | 4bef5c9aabdcd67f163ce9eea4a1dae5f50e569f (patch) | |
tree | ea0917e81c5028bbaeb3957af82611b196091615 /audio/py-id3 | |
parent | 7f30d6ac9e6f0ba86212cd96cc53de56531e366a (diff) | |
download | ports-4bef5c9aabdcd67f163ce9eea4a1dae5f50e569f.tar.gz ports-4bef5c9aabdcd67f163ce9eea4a1dae5f50e569f.zip |
Notes
Diffstat (limited to 'audio/py-id3')
-rw-r--r-- | audio/py-id3/Makefile | 4 | ||||
-rw-r--r-- | audio/py-id3/pkg-plist | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile index 91b7205abb3e..3cdbf2dda7a3 100644 --- a/audio/py-id3/Makefile +++ b/audio/py-id3/Makefile @@ -12,10 +12,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python module for retrieving and setting ID3 tags on MP3 files WRKSRC= ${WRKDIR}/id3-py-${PORTVERSION} -USE_PYTHON= yes -NO_STAGE= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= ID3 .include <bsd.port.mk> diff --git a/audio/py-id3/pkg-plist b/audio/py-id3/pkg-plist deleted file mode 100644 index 06e2f4cf6610..000000000000 --- a/audio/py-id3/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/ID3.py -%%PYTHON_SITELIBDIR%%/ID3.pyc -%%PYTHON_SITELIBDIR%%/ID3.pyo |