diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-08-14 03:52:55 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-08-14 03:52:55 +0000 |
commit | 029b621456aeaba426cbd37891250492aed4a25d (patch) | |
tree | aa17290d0c29f8a1a6de0e0eec51b9924c602a12 /cad | |
parent | e2418fd787a6d6bd06e14b9bc754d921e6217455 (diff) | |
download | pkgsrc-029b621456aeaba426cbd37891250492aed4a25d.tar.gz |
Recent cmake does no longer configure a project when run with no
arguments. Use "cmake ." instead.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/boolean/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |