summaryrefslogtreecommitdiff
path: root/audio/py-ogg
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-02-18 09:40:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-02-18 09:40:30 +0000
commit0d69660198f8b1ff1e3c8a8833ffa62adad0965a (patch)
treeed6646e4a7c223b58fb236af9eefb0c54c5748ef /audio/py-ogg
parentUpdate to version 1.1.7 (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/py-ogg')
-rw-r--r--audio/py-ogg/Makefile4
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>