summaryrefslogtreecommitdiff
path: root/graphics/3DKit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/3DKit/Makefile')
-rw-r--r--graphics/3DKit/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/3DKit/Makefile b/graphics/3DKit/Makefile
index d22cba4e02f..330e8bbb0d6 100644
--- a/graphics/3DKit/Makefile
+++ b/graphics/3DKit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/09/21 13:03:46 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/10/14 05:26:21 rillig Exp $
#
.include "../../graphics/3DKit/Makefile.common"
@@ -8,14 +8,13 @@ DISTFILES= DevManual.pdf
COMMENT= Objective-C 3D graphics foundation class library
-EXTRACT_ONLY= # empty
NO_CONFIGURE= YES
NO_BUILD= YES
+WRKSRC= ${WRKDIR}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/3DKit
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \
- ${PREFIX}/share/doc/3DKit
+ ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} ${PREFIX}/share/doc/3DKit
.include "../../graphics/GlutKit/buildlink3.mk"
.include "../../graphics/GLXKit/buildlink3.mk"