diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/py-id3 | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) |
Notes
Diffstat (limited to 'audio/py-id3')
-rw-r--r-- | audio/py-id3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile index 599de6740e8e..91b7205abb3e 100644 --- a/audio/py-id3/Makefile +++ b/audio/py-id3/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-id3 -# Date created: 8 October 2002 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= id3 @@ -16,6 +13,7 @@ COMMENT= Python module for retrieving and setting ID3 tags on MP3 files WRKSRC= ${WRKDIR}/id3-py-${PORTVERSION} USE_PYTHON= yes +NO_STAGE= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes PYDISTUTILS_PKGNAME= ID3 |