diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-17 20:43:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-17 20:43:23 +0000 |
commit | 2170d1ea0b244648e54042abfce1c166297eb95c (patch) | |
tree | 4780f6d76758bec202bdc90900e62bd37d1d4aac /audio/py-mad | |
parent | 9fd640c6a09e659708469f27be140399fbf5d1cb (diff) | |
download | pkgsrc-2170d1ea0b244648e54042abfce1c166297eb95c.tar.gz |
Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL.
Diffstat (limited to 'audio/py-mad')
-rw-r--r-- | audio/py-mad/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile index a3a9a7fe3ad..9d12b9fe596 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/02/22 19:26:06 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/03/17 20:43:23 rillig Exp $ # DISTNAME= pymad-0.5.4 @@ -14,7 +14,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/libmad/buildlink3.mk" |