diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2009-05-31 15:33:00 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2009-05-31 15:33:00 +0000 |
commit | 410b2170a1540e306aafe25dda3203adbf59fb32 (patch) | |
tree | e016c296d1a594cab699d9c026c742bfe26e56d4 /audio | |
parent | 5a35cbb5a0c6fdb57c2786d4783917ae725bcedb (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-vorbis/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 7e1702bb8aca..927b717db0ab 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -25,6 +25,10 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyvorbis +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ + ${WRKSRC}/config_unix.py + do-configure: @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py |