summaryrefslogtreecommitdiff
path: root/audio/py-mad
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 08:02:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 08:02:07 +0000
commite3426001f5323a0c81348883cd599b7aba6cbee0 (patch)
tree977f5dee3c34e1edb301701d12ffeab6f856938f /audio/py-mad
parent[patch] cleanup non-supported FreeBSD versions (diff)
[patch] cleanup non-supported FreeBSD versions
PR: ports/111683 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=191393
Diffstat (limited to 'audio/py-mad')
-rw-r--r--audio/py-mad/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile
index 7fef846c9ac6..448ad95d2f46 100644
--- a/audio/py-mad/Makefile
+++ b/audio/py-mad/Makefile
@@ -21,17 +21,11 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} 's/^\(.*compile.*\)\?\(.*\)\?\(.*\)$$/\1\2\3/' \
${WRKSRC}/setup.py
-.if ${OSVERSION} < 500028
- @${REINPLACE_CMD} 's/#include <stdint.h>//g' \
- ${WRKSRC}/src/pymadfile.c
-.endif
do-configure:
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix ${PREFIX}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>