Fix configure script failure. ksh bug?

This commit is contained in:
form 1998-12-10 06:16:35 +00:00
parent 138f6ad0a0
commit 7bcaec4120

View File

@ -3,7 +3,7 @@
# Date created: 13 Oct 1998 # Date created: 13 Oct 1998
# Whom: jbi130@mail.usask.ca # 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 DISTNAME= licq-0.44
CATEGORIES= net CATEGORIES= net
@ -13,9 +13,13 @@ MAINTAINER= form@openbsd.org
LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt
CONFIGURE_ENV+= INSTALL=/usr/bin/install #CONFIGURE_ENV+= INSTALL=/usr/bin/install
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
do-configure:
@cd ${WRKSRC}; env INSTALL="/usr/bin/install" \
sh ./configure --prefix=${PREFIX}
.include <bsd.port.mk> .include <bsd.port.mk>