From 029b621456aeaba426cbd37891250492aed4a25d Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 14 Aug 2004 03:52:55 +0000 Subject: Recent cmake does no longer configure a project when run with no arguments. Use "cmake ." instead. --- cad/boolean/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cad/boolean') diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 178c323fab0..f30f5440104 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/04/25 04:16:43 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2004/08/14 03:52:55 kristerw Exp $ # DISTNAME= boolean @@ -33,7 +33,7 @@ post-patch: ${WRKSRC}/bin/boolean do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/cmake + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/cmake . do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/boolean -- cgit v1.2.3