From a23b346fd8bcf85e178766acc8a8c88a7b9df57a Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 10 Jul 1997 01:43:01 +0000 Subject: Add CONFIGURE_ENV="${SH} -x". We have no idea why this works, but configure will die otherwise because it finds elf.h and concludes we are SVR4. While I'm here, delete CONFIGURE_ARGS=--prefix=${PREFIX} and change HAS_CONFIGURE to GNU_CONFIGURE. Submitted by: Donald J. Maddox (dmaddox@scsn.net) --- games/acm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/acm/Makefile b/games/acm/Makefile index cc8e7bb4eb4a..385873fdebc8 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -3,7 +3,7 @@ # Date created: 5 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.9 1996/11/18 13:58:36 asami Exp $ +# $Id: Makefile,v 1.10 1997/01/03 11:32:46 obrien Exp $ # DISTNAME= acm-4.7 @@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ MAINTAINER= joerg@FreeBSD.org -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +GNU_CONFIGURE= yes +CONFIGURE_ENV= ${SH} -x # don't ask me why, will fail otherwise STRIP= MAN6= acm.6 -- cgit v1.2.3