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 /mail/elm-me | |
parent | 9fd640c6a09e659708469f27be140399fbf5d1cb (diff) | |
download | pkgsrc-2170d1ea0b244648e54042abfce1c166297eb95c.tar.gz |
Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL.
Diffstat (limited to 'mail/elm-me')
-rw-r--r-- | mail/elm-me/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |