pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/boolean Renaming cmakelists.txt to CMakeLists.txt ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/75117e421900
branches: trunk
changeset: 516421:75117e421900
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Jul 20 19:16:23 2006 +0000
description:
Renaming cmakelists.txt to CMakeLists.txt must be done in post-extract,
since it is the extract phase where the wrong filenames come from.
Now patch-af finds the file to patch, which it didn't before.
diffstat:
cad/boolean/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4079a277445e -r 75117e421900 cad/boolean/Makefile
--- a/cad/boolean/Makefile Thu Jul 20 19:11:37 2006 +0000
+++ b/cad/boolean/Makefile Thu Jul 20 19:16:23 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/06/26 09:24:09 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2006/07/20 19:16:23 rillig Exp $
#
DISTNAME= boolean_6_7
@@ -28,7 +28,7 @@
# the zip archive messes up the case of these files which breaks
# cmake.
-post-patch:
+post-extract:
set -e; \
for f in `${FIND} ${WRKSRC} -name cmakelists.txt -print`; do \
d=`${DIRNAME} "$$f"` ; \
Home |
Main Index |
Thread Index |
Old Index