pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Package supports installation to DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a65f018768e
branches:  trunk
changeset: 535890:6a65f018768e
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Nov 29 22:05:33 2007 +0000

description:
Package supports installation to DESTDIR.

diffstat:

 sysutils/desktop-file-utils/Makefile |  4 +++-
 textproc/libxml++/Makefile           |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r d664e745a898 -r 6a65f018768e sysutils/desktop-file-utils/Makefile
--- a/sysutils/desktop-file-utils/Makefile      Thu Nov 29 21:05:29 2007 +0000
+++ b/sysutils/desktop-file-utils/Makefile      Thu Nov 29 22:05:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/09/07 16:11:19 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2007/11/29 22:08:34 heinz Exp $
 #
 
 DISTNAME=      desktop-file-utils-0.14
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.freedesktop.org/wiki/Software/desktop-file-utils
 COMMENT=       Utilities to manage desktop entries
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         YES
 USE_DIRS+=             xdg-1.1
diff -r d664e745a898 -r 6a65f018768e textproc/libxml++/Makefile
--- a/textproc/libxml++/Makefile        Thu Nov 29 21:05:29 2007 +0000
+++ b/textproc/libxml++/Makefile        Thu Nov 29 22:05:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/09/21 13:04:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/11/29 22:05:33 heinz Exp $
 
 DISTNAME=      libxml++-2.18.1
 PKGREVISION=   1
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://libxmlplusplus.sourceforge.net/
 COMMENT=       C++ wrapper for the libxml XML parser library
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index