pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/3DKit Do not install(1) directly from ${DISTD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27ba4f82fada
branches:  trunk
changeset: 534229:27ba4f82fada
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 14 05:26:21 2007 +0000

description:
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:

 graphics/3DKit/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 805d59baff9c -r 27ba4f82fada graphics/3DKit/Makefile
--- a/graphics/3DKit/Makefile   Sun Oct 14 04:53:53 2007 +0000
+++ b/graphics/3DKit/Makefile   Sun Oct 14 05:26:21 2007 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index