diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-03 03:59:57 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-03 03:59:57 +0000 |
commit | 54a6f4b5c93e71136ac2358a571515a2e12d6395 (patch) | |
tree | ccbaaa55f56a485a4f25158a83e62ccc2e08cfb6 /audio/pimp3 | |
parent | 284eac2f748ac75094f63a9baece0251f6c65848 (diff) | |
download | ports-54a6f4b5c93e71136ac2358a571515a2e12d6395.tar.gz ports-54a6f4b5c93e71136ac2358a571515a2e12d6395.zip |
Notes
Diffstat (limited to 'audio/pimp3')
-rw-r--r-- | audio/pimp3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/pimp3/Makefile b/audio/pimp3/Makefile index 5f21eda74a39..5956f6fe2ae1 100644 --- a/audio/pimp3/Makefile +++ b/audio/pimp3/Makefile @@ -19,6 +19,9 @@ WRKSRC= ${WRKDIR}/pimp3 NO_BUILD= yes USE_PYTHON= yes +post-patch: + @${PERL} -pi -ne "s!/usr/bin/python!${LOCALBASE}/bin/python!;" ${WRKSRC}/pimp3.py + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/*.pyc ${PREFIX}/bin/ |