summaryrefslogtreecommitdiff
path: root/devel/cmake
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-24 15:15:25 +0000
committerrillig <rillig>2005-10-24 15:15:25 +0000
commit27f0c732f4aed38bc79f62496194553a6cb12a26 (patch)
treef097e8648fa2fd98b89f45cd0cdd31cbfcb0efaa /devel/cmake
parent638035662cc4cf696bd6ab96ed60023832af4899 (diff)
downloadpkgsrc-27f0c732f4aed38bc79f62496194553a6cb12a26.tar.gz
Fixed the --mandir argument to configure. Makes the package build again on
NetBSD-1.6.2/i386.
Diffstat (limited to 'devel/cmake')
-rw-r--r--devel/cmake/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile
index 92f3c2c7c2b..fc631d65b38 100644
--- a/devel/cmake/Makefile
+++ b/devel/cmake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/22 20:07:49 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/10/24 15:15:25 rillig Exp $
DISTNAME= cmake-2.0.5
CATEGORIES= devel
@@ -12,6 +12,8 @@ USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_NCURSES= yes
GNU_CONFIGURE= yes
+CONFIGURE_HAS_MANDIR= no
+CONFIGURE_ARGS+= --mandir=/${PKGMANDIR}
BUILD_TARGET= default_target
post-patch: