diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-08-18 00:51:38 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-08-18 00:51:38 +0000 |
commit | 94001343eeed502a154efcf2665e387cae0e1d84 (patch) | |
tree | 240f0fabb9833f6316314fa503c6c183ff2a948d /audio/solfege | |
parent | 916de8cb1a2dff5c634bf32e8aa07309cd49d78e (diff) | |
download | ports-94001343eeed502a154efcf2665e387cae0e1d84.tar.gz ports-94001343eeed502a154efcf2665e387cae0e1d84.zip |
Notes
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 85c4bed944ba..cccb421741fb 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -39,5 +39,8 @@ post-patch: @${REINPLACE_CMD} -e "s|[(]datadir[)]/locale|(prefix)/share/locale|g" ${WRKSRC}/po/Makefile @${GREP} -lR "/usr/bin/python2.2" ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -e "s,/usr/bin/python2.2,${SETENV} python," + @${REINPLACE_CMD} -e "s|python2.2|${PYTHON_CMD}|" ${WRKSRC}/online-docs/Rules.make + @${REINPLACE_CMD} -e 's|\(python2.2 python2.1\)|${PYTHON_VERSION} \1|' \ + ${WRKSRC}/configure .include <bsd.port.mk> |