pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/boolean Recent cmake does no longer configure a pr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a742b5eee04d
branches: trunk
changeset: 479417:a742b5eee04d
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Aug 14 03:52:55 2004 +0000
description:
Recent cmake does no longer configure a project when run with no
arguments. Use "cmake ." instead.
diffstat:
cad/boolean/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r edbf22bcf410 -r a742b5eee04d cad/boolean/Makefile
--- a/cad/boolean/Makefile Sat Aug 14 02:33:51 2004 +0000
+++ b/cad/boolean/Makefile Sat Aug 14 03:52:55 2004 +0000
@@ -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 @@
${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
Home |
Main Index |
Thread Index |
Old Index