aboutsummaryrefslogtreecommitdiff
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
parent1b22eaf356a5e53a974be8e475c6a993491861a2 (diff)
downloadports-0d69660198f8b1ff1e3c8a8833ffa62adad0965a.tar.gz
ports-0d69660198f8b1ff1e3c8a8833ffa62adad0965a.zip
Notes
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>