From 9a31ac16da28e7586d2f4cafe414540087510d19 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 31 May 2005 21:55:18 +0000 Subject: Changed #defined to yes in USE_LIBTOOL and NO_CONFIGURE. Added proper quoting of variables. --- audio/gsm/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/gsm') diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 503c5418a8e..6fb7318835e 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/04/11 21:44:53 tv Exp $ +# $NetBSD: Makefile,v 1.27 2005/05/31 21:55:18 rillig Exp $ # DISTNAME= gsm-1.0.10 @@ -11,10 +11,10 @@ HOMEPAGE= http://kbs.cs.tu-berlin.de/~jutta/toast.html COMMENT= Audio converter and library for converting u-law to gsm encoding WRKSRC= ${WRKDIR}/gsm-1.0-pl10 -USE_LIBTOOL= # defined +USE_LIBTOOL= yes -NO_CONFIGURE= # defined -MAKE_ENV+= INSTALL_ROOT="${PREFIX}" ROOT="${WRKSRC}" +NO_CONFIGURE= yes +MAKE_ENV+= INSTALL_ROOT=${PREFIX:Q} ROOT=${WRKSRC:Q} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/gsm -- cgit v1.2.3