diff options
author | lioux <lioux@FreeBSD.org> | 2001-04-03 11:59:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-04-03 11:59:57 +0800 |
commit | bb126e2dd2989cb42f3def8ad9118391f6988cca (patch) | |
tree | 0d66f72c8a461fd6f6a0d5295cadee6e7f619522 | |
parent | 373605be066f5feb9f983f73d075105559504096 (diff) | |
download | freebsd-ports-gnome-bb126e2dd2989cb42f3def8ad9118391f6988cca.tar.gz freebsd-ports-gnome-bb126e2dd2989cb42f3def8ad9118391f6988cca.tar.zst freebsd-ports-gnome-bb126e2dd2989cb42f3def8ad9118391f6988cca.zip |
*** empty log message ***
-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/ |