pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/quirc



Module Name:    pkgsrc
Committed By:   scole
Date:           Wed Dec  5 18:40:14 UTC 2018

Modified Files:
        pkgsrc/chat/quirc: Makefile PLIST

Log Message:
PR pkg/53761

adjust runtime paths


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/quirc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/quirc/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/quirc/Makefile
diff -u pkgsrc/chat/quirc/Makefile:1.30 pkgsrc/chat/quirc/Makefile:1.31
--- pkgsrc/chat/quirc/Makefile:1.30     Wed Jul  4 13:40:11 2018
+++ pkgsrc/chat/quirc/Makefile  Wed Dec  5 18:40:14 2018
@@ -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,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

Index: pkgsrc/chat/quirc/PLIST
diff -u pkgsrc/chat/quirc/PLIST:1.3 pkgsrc/chat/quirc/PLIST:1.4
--- pkgsrc/chat/quirc/PLIST:1.3 Sun Jun 14 17:37:49 2009
+++ pkgsrc/chat/quirc/PLIST     Wed Dec  5 18:40:14 2018
@@ -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/quedit.txt
 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