diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-20 19:16:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-20 19:16:23 +0000 |
commit | f5ffb4620a3b5ce8a5c6aba7f91b36704a4d38df (patch) | |
tree | fd3e85fa2fa4df56ea86561cdcb9783dfded595f /cad | |
parent | 28ffccfc9840e0305786ad18da91aa745b5caba9 (diff) | |
download | pkgsrc-f5ffb4620a3b5ce8a5c6aba7f91b36704a4d38df.tar.gz |
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 (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 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"` ; \ |