pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/quirc PR pkg/53761



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70cb93b807d2
branches:  trunk
changeset: 316124:70cb93b807d2
user:      scole <scole%pkgsrc.org@localhost>
date:      Wed Dec 05 18:40:14 2018 +0000

description:
PR pkg/53761

adjust runtime paths

diffstat:

 chat/quirc/Makefile |  17 +++++++++++++++--
 chat/quirc/PLIST    |   6 +++---
 2 files changed, 18 insertions(+), 5 deletions(-)

diffs (62 lines):

diff -r 5ac59d15f102 -r 70cb93b807d2 chat/quirc/Makefile
--- a/chat/quirc/Makefile       Wed Dec 05 16:21:08 2018 +0000
+++ b/chat/quirc/Makefile       Wed Dec 05 18:40:14 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2018/07/04 13:40:11 jperkin Exp $
+f# $NetBSD: Makefile,v 1.31 2018/12/05 18:40:14 scole Exp $
 #
 
 DISTNAME=      quirc-0.9.84
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    chat
 #MASTER_SITES= http://quirc.org/
 
@@ -26,9 +26,22 @@
 SUBST_SED.T86+=                -e 's,8.3,8.6,g'
 SUBST_SED.T86+=                -e 's,83,86,g'
 
+INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS+=    share/doc/quirc
+INSTALLATION_DIRS+=    share/quirc
+INSTALLATION_DIRS+=    share/quirc/common
+INSTALLATION_DIRS+=    share/quirc/themes
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -i
 
+# move default.tcl to themes/default.tcl and install to common/install.tcl
+post-install:
+       ${MV} ${DESTDIR}${PREFIX}/share/quirc/default.tcl \
+               ${DESTDIR}${PREFIX}/share/quirc/themes
+       ${MV} ${DESTDIR}${PREFIX}/share/quirc/install.tcl \
+               ${DESTDIR}${PREFIX}/share/quirc/common
+
 BUILDLINK_DEPMETHOD.libXt?=    build
 
 CPPFLAGS+=     -DUSE_INTERP_RESULT
diff -r 5ac59d15f102 -r 70cb93b807d2 chat/quirc/PLIST
--- a/chat/quirc/PLIST  Wed Dec 05 16:21:08 2018 +0000
+++ b/chat/quirc/PLIST  Wed Dec 05 18:40:14 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:37:49 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/12/05 18:40:14 scole Exp $
 bin/quirc
 share/doc/quirc/AUTHORS
 share/doc/quirc/COPYING
@@ -14,13 +14,13 @@
 share/doc/quirc/rfc1459.txt
 share/quirc/VERSION
 share/quirc/dal.tcl
-share/quirc/default.tcl
+share/quirc/themes/default.tcl
 share/quirc/doc.tcl
 share/quirc/fontsel
 share/quirc/fun.tcl
 share/quirc/global.tcl
 share/quirc/info.tcl
-share/quirc/install.tcl
+share/quirc/common/install.tcl
 share/quirc/listfile.tcl
 share/quirc/mircservers.tcl
 share/quirc/newserver.tcl



Home | Main Index | Thread Index | Old Index