pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/kdenetwork3 add DESTDIR support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c17f999a326
branches:  trunk
changeset: 554309:0c17f999a326
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Feb 12 00:00:57 2009 +0000

description:
add DESTDIR support.

diffstat:

 net/kdenetwork3/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r f365dccfccca -r 0c17f999a326 net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile  Wed Feb 11 23:51:30 2009 +0000
+++ b/net/kdenetwork3/Makefile  Thu Feb 12 00:00:57 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2008/10/11 19:12:30 markd Exp $
+# $NetBSD: Makefile,v 1.69 2009/02/12 00:00:57 markd Exp $
 
 DISTNAME=      kdenetwork-${_KDE_VERSION}
 PKGREVISION=   1
@@ -7,6 +7,8 @@
 
 CONFLICTS=     kopete-[0-9]*
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../meta-pkgs/kde3/Makefile.kde3"
 
 DEPENDS+=              qca-tls>=1.0:../../security/qca-tls
@@ -48,8 +50,6 @@
        ${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \
        ${RM} Makefile.save)
 
-BUILDLINK_DEPMETHOD.libXt?=    build
-
 .include "../../meta-pkgs/kde3/kde3.mk"
 .include "../../converters/uulib/buildlink3.mk"
 .include "../../databases/gdbm/buildlink3.mk"
@@ -58,10 +58,7 @@
 .include "../../net/openslp/buildlink3.mk"
 .include "../../x11/kdebase3/buildlink3.mk"
 .include "../../x11/kdelibs3/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"
 .include "../../x11/xextproto/buildlink3.mk"



Home | Main Index | Thread Index | Old Index