diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 09:40:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 09:40:30 +0000 |
commit | 0d69660198f8b1ff1e3c8a8833ffa62adad0965a (patch) | |
tree | ed6646e4a7c223b58fb236af9eefb0c54c5748ef /audio | |
parent | 1b22eaf356a5e53a974be8e475c6a993491861a2 (diff) |
Honour PREFIX.
PR: ports/77658
Submitted by: Bjoern Jonare <asdfgl at home.se>
Notes
Notes:
svn path=/head/; revision=129138
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-ogg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index 89c06f3f36cd..b02eddd5c3d8 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -7,7 +7,7 @@ PORTNAME= ogg PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +22,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes do-configure: - @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py + @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE} .include <bsd.port.mk> |