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. --- mail/elm-me/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/elm-me') diff --git a/mail/elm-me/Makefile b/mail/elm-me/Makefile index 20c95ac368f..31106ca56f2 100644 --- a/mail/elm-me/Makefile +++ b/mail/elm-me/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:59 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2007/03/17 20:43:24 rillig Exp $ DISTNAME= elm-2.4ME+93 PKGNAME= elm-me-2.4.93 @@ -16,8 +16,9 @@ CONFLICTS= elm-[0-9]* WRKSRC= ${WRKDIR}/elm2.4.ME+.93 HAS_CONFIGURE= YES -CONFIGURE_SCRIPT= ksh ./Configure CONFIGURE_ENV+= PREFIX=${PREFIX:Q} RUN_AS_BATCH=yes +CONFIG_SHELL= ksh +CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -S INSTALL_DIRS= ${WRKSRC} ${WRKSRC}/nls -- cgit v1.2.3