summaryrefslogtreecommitdiff
path: root/graphics
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
commit11bd7673919866b0e6f91cd4600f3f5c1cc528c8 (patch)
treecd7ed84ae810fa537e34b82986ab2c8d002756a2 /graphics
parent27eb049681c83e8c7b8d4f270947f0416eaf2a3b (diff)
downloadpkgsrc-11bd7673919866b0e6f91cd4600f3f5c1cc528c8.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')
-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"