pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat Add support for user destinaton dir installation ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fcc9482a728
branches:  trunk
changeset: 568798:9fcc9482a728
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Dec 20 10:09:42 2009 +0000

description:
Add support for user destinaton dir installation to the "xchat-perl"
package.

diffstat:

 chat/xchat-perl/Makefile   |  12 ++++++------
 chat/xchat-python/Makefile |   4 +---
 chat/xchat/Makefile        |   4 +---
 chat/xchat/Makefile.common |   4 +++-
 4 files changed, 11 insertions(+), 13 deletions(-)

diffs (68 lines):

diff -r 8db3ef1c0a86 -r 9fcc9482a728 chat/xchat-perl/Makefile
--- a/chat/xchat-perl/Makefile  Sun Dec 20 07:47:15 2009 +0000
+++ b/chat/xchat-perl/Makefile  Sun Dec 20 10:09:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/10/19 19:17:42 he Exp $
+# $NetBSD: Makefile,v 1.6 2009/12/20 10:09:42 tron Exp $
 
 .include "../../chat/xchat/Makefile.common"
 
@@ -23,13 +23,13 @@
 .include "../../lang/perl5/buildlink3.mk"
 
 post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xchat
+       ${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/share/examples/xchat
        ${INSTALL_DATA} ${WRKSRC}/plugins/perl/alt_completion.pl \
-               ${PREFIX}/share/examples/xchat
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
+               ${DESTDIR}/${PREFIX}/share/examples/xchat
+       ${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/share/doc/xchat
        ${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perl.html \
-               ${PREFIX}/share/doc/xchat
+               ${DESTDIR}/${PREFIX}/share/doc/xchat
        ${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perldocs.html \
-               ${PREFIX}/share/doc/xchat
+               ${DESTDIR}/${PREFIX}/share/doc/xchat
 
 .include "../../mk/bsd.pkg.mk"
diff -r 8db3ef1c0a86 -r 9fcc9482a728 chat/xchat-python/Makefile
--- a/chat/xchat-python/Makefile        Sun Dec 20 07:47:15 2009 +0000
+++ b/chat/xchat-python/Makefile        Sun Dec 20 10:09:42 2009 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/02/09 22:56:22 joerg Exp $
-
-PKG_DESTDIR_SUPPORT=   user-destdir
+# $NetBSD: Makefile,v 1.12 2009/12/20 10:09:42 tron Exp $
 
 .include "../../chat/xchat/Makefile.common"
 
diff -r 8db3ef1c0a86 -r 9fcc9482a728 chat/xchat/Makefile
--- a/chat/xchat/Makefile       Sun Dec 20 07:47:15 2009 +0000
+++ b/chat/xchat/Makefile       Sun Dec 20 10:09:42 2009 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2009/10/24 15:51:25 tnn Exp $
-
-PKG_DESTDIR_SUPPORT=   user-destdir
+# $NetBSD: Makefile,v 1.65 2009/12/20 10:09:42 tron Exp $
 
 .include "Makefile.common"
 
diff -r 8db3ef1c0a86 -r 9fcc9482a728 chat/xchat/Makefile.common
--- a/chat/xchat/Makefile.common        Sun Dec 20 07:47:15 2009 +0000
+++ b/chat/xchat/Makefile.common        Sun Dec 20 10:09:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.59 2009/07/23 09:52:29 tron Exp $
+# $NetBSD: Makefile.common,v 1.60 2009/12/20 10:09:42 tron Exp $
 
 DISTNAME=      xchat-2.8.6
 CATEGORIES=    chat
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://xchat.org/
 LICENSE=       gnu-gpl-v2 
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PATCH_SITES=           http://xchat.org/files/source/2.8/patches/
 PATCHFILES=            xc286-smallfixes.diff
 PATCH_DIST_STRIP=      -p1



Home | Main Index | Thread Index | Old Index