pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc DESTDIR support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c28e131a8645
branches:  trunk
changeset: 521557:c28e131a8645
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 14 13:56:15 2006 +0000

description:
DESTDIR support.

diffstat:

 graphics/dia/Makefile.common   |  4 +++-
 textproc/enchant/Makefile      |  4 +++-
 textproc/scrollkeeper/Makefile |  3 ++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r 2e3ad5af2319 -r c28e131a8645 graphics/dia/Makefile.common
--- a/graphics/dia/Makefile.common      Tue Nov 14 13:56:14 2006 +0000
+++ b/graphics/dia/Makefile.common      Tue Nov 14 13:56:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2006/10/25 16:52:24 joerg Exp $
+# $NetBSD: Makefile.common,v 1.16 2006/11/14 14:09:50 joerg Exp $
 #
 
 DISTNAME=      dia-0.95-1
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.gnome.org/projects/dia/
 COMMENT=       Program for creating diagrams of all kinds
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DISTINFO_FILE=         ${.CURDIR}/../../graphics/dia/distinfo
 PATCHDIR=              ${.CURDIR}/../../graphics/dia/patches
 
diff -r 2e3ad5af2319 -r c28e131a8645 textproc/enchant/Makefile
--- a/textproc/enchant/Makefile Tue Nov 14 13:56:14 2006 +0000
+++ b/textproc/enchant/Makefile Tue Nov 14 13:56:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/10/04 22:00:59 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/11/14 13:56:15 joerg Exp $
 #
 
 DISTNAME=              enchant-1.2.6
@@ -9,6 +9,8 @@
 HOMEPAGE=              http://www.abisource.com/projects/enchant/
 COMMENT=               Generic spell checking library
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_TOOLS+=            pkg-config
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
diff -r 2e3ad5af2319 -r c28e131a8645 textproc/scrollkeeper/Makefile
--- a/textproc/scrollkeeper/Makefile    Tue Nov 14 13:56:14 2006 +0000
+++ b/textproc/scrollkeeper/Makefile    Tue Nov 14 13:56:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/07/05 05:37:45 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2006/11/14 13:56:15 joerg Exp $
 #
 
 DISTNAME=              scrollkeeper-0.3.14
@@ -12,6 +12,7 @@
 COMMENT=               Open Document Cataloging Project
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=              docbook-xml>=4.4nb4:../../textproc/docbook-xml
 



Home | Main Index | Thread Index | Old Index