From 8824617eb3aee8a2c087a8a9b7238a7df0f36443 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 20 Jul 2006 19:16:23 +0000 Subject: 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. --- 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 f27bfd9ffd2..bf833e2944e 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -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 @@ INSTALLATION_DIRS= bin # 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"` ; \ -- cgit v1.2.3