From 7bcaec4120f2d61db9a34a0f4ac13c8473612899 Mon Sep 17 00:00:00 2001 From: form Date: Thu, 10 Dec 1998 06:16:35 +0000 Subject: [PATCH] Fix configure script failure. ksh bug? --- net/licq/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net/licq/Makefile b/net/licq/Makefile index 1b5a2d5fb69..12a5d5e6484 100644 --- a/net/licq/Makefile +++ b/net/licq/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Oct 1998 # Whom: jbi130@mail.usask.ca # -# $OpenBSD: Makefile,v 1.1.1.1 1998/11/10 08:48:59 form Exp $ +# $OpenBSD: Makefile,v 1.2 1998/12/10 06:16:35 form Exp $ # DISTNAME= licq-0.44 CATEGORIES= net @@ -13,9 +13,13 @@ MAINTAINER= form@openbsd.org LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt -CONFIGURE_ENV+= INSTALL=/usr/bin/install +#CONFIGURE_ENV+= INSTALL=/usr/bin/install USE_GMAKE= yes GNU_CONFIGURE= yes +do-configure: + @cd ${WRKSRC}; env INSTALL="/usr/bin/install" \ + sh ./configure --prefix=${PREFIX} + .include