diff options
author | krion <krion@FreeBSD.org> | 2005-02-18 17:40:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-18 17:40:30 +0800 |
commit | 0f3e04162119baf92ce494a73ab0e219db685aff (patch) | |
tree | 1b74c2e3df56039c3df0a8d418601223e29a6ec0 /audio/py-ogg | |
parent | 89facdb16fdc687a07ad2816ca202a4423a00c47 (diff) | |
download | freebsd-ports-gnome-0f3e04162119baf92ce494a73ab0e219db685aff.tar.gz freebsd-ports-gnome-0f3e04162119baf92ce494a73ab0e219db685aff.tar.zst freebsd-ports-gnome-0f3e04162119baf92ce494a73ab0e219db685aff.zip |
Honour PREFIX.
PR: ports/77658
Submitted by: Bjoern Jonare <asdfgl at home.se>
Diffstat (limited to 'audio/py-ogg')
-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> |