From 2170d1ea0b244648e54042abfce1c166297eb95c Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 17 Mar 2007 20:43:23 +0000 Subject: Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL. --- audio/py-vorbis/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/py-vorbis') diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 86f7895f9f8..1b88c038037 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:26:06 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2007/03/17 20:43:23 rillig Exp $ # DISTNAME= pyvorbis-1.3 @@ -15,7 +15,8 @@ PY_PATCHPLIST= yes PYDISTUTILSPKG= yes HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= ${PYTHONBIN} config_unix.py +CONFIG_SHELL= ${PYTHONBIN} +CONFIGURE_SCRIPT= config_unix.py CONFIGURE_ARGS+= --prefix ${PREFIX} .include "../../audio/py-ogg/buildlink3.mk" -- cgit v1.2.3