summaryrefslogtreecommitdiff
path: root/graphics/3DKit
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-10-14 05:26:21 +0000
committerrillig <rillig@pkgsrc.org>2007-10-14 05:26:21 +0000
commita795a43df18811480c990826d0cc131d7b4d096a (patch)
treecd7ed84ae810fa537e34b82986ab2c8d002756a2 /graphics/3DKit
parent98ec2395ff48aeacaa39ed9ff60e42b943172f9f (diff)
downloadpkgsrc-a795a43df18811480c990826d0cc131d7b4d096a.tar.gz
Do not install(1) directly from ${DISTDIR}, since that would copy the
file flags. (I have the uchg file flag set on the distfiles, since they are not intended to ever change after being downloaded once.)
Diffstat (limited to 'graphics/3DKit')
-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"