summaryrefslogtreecommitdiff
path: root/devel/cdk
diff options
context:
space:
mode:
authortnn <tnn>2008-12-08 17:24:19 +0000
committertnn <tnn>2008-12-08 17:24:19 +0000
commitda42c42426705a7bd42a6487230f20880835a86f (patch)
treee4ad601565a3432c10798437f2549f71c37653b8 /devel/cdk
parentc27d6d2ca20470aa1ed7994c6343a0466ddcd0fd (diff)
downloadpkgsrc-da42c42426705a7bd42a6487230f20880835a86f.tar.gz
Support PKGMANDIR
Diffstat (limited to 'devel/cdk')
-rw-r--r--devel/cdk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index 3ee257ea3a4..4b0e6e0a55a 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/06/20 01:09:12 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2008/12/08 17:24:19 tnn Exp $
#
DISTNAME= latestCDK
@@ -22,7 +22,8 @@ USE_TOOLS+= autoconf213
BUILD_TARGET= default
-INSTALL_MAKE_FLAGS+= INSTALL_DIR=${DESTDIR}${PREFIX}
+INSTALL_MAKE_FLAGS+= INSTALL_DIR=${DESTDIR}${PREFIX} \
+ MAN_DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
INSTALLATION_DIRS= share/examples/cdk
pre-configure: