summaryrefslogtreecommitdiff
path: root/cad/boolean
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-20 19:16:23 +0000
committerrillig <rillig>2006-07-20 19:16:23 +0000
commit8824617eb3aee8a2c087a8a9b7238a7df0f36443 (patch)
treefd3e85fa2fa4df56ea86561cdcb9783dfded595f /cad/boolean
parentc507df78054037bd70b72eac5f9aee8044c6104e (diff)
downloadpkgsrc-8824617eb3aee8a2c087a8a9b7238a7df0f36443.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/Makefile4
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"` ; \