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 | ed2e109b14a171dbfc4099d4dce2d550122cfd9d (patch) | |
tree | fd3e85fa2fa4df56ea86561cdcb9783dfded595f /cad/boolean | |
parent | b4eb5f839f136b6e88448f51c0000aefcef0121e (diff) | |
download | pkgsrc-ed2e109b14a171dbfc4099d4dce2d550122cfd9d.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/boolean')
-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"` ; \ |