pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gitso * tabify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/874165350783
branches:  trunk
changeset: 603275:874165350783
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu May 03 05:55:47 2012 +0000

description:
* tabify
* reorder entries, especially, PKG_DESTDIR_SUPPORT must be defined before
  includion of bsd.prefs.mk.

diffstat:

 net/gitso/Makefile |  45 +++++++++++++++++++++++----------------------
 1 files changed, 23 insertions(+), 22 deletions(-)

diffs (70 lines):

diff -r 6190cf712997 -r 874165350783 net/gitso/Makefile
--- a/net/gitso/Makefile        Thu May 03 03:35:32 2012 +0000
+++ b/net/gitso/Makefile        Thu May 03 05:55:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/04/11 19:32:17 darcy Exp $
+# $NetBSD: Makefile,v 1.3 2012/05/03 05:55:47 obache Exp $
 
 DISTNAME=              gitso-0.6
 CATEGORIES=            net x11
@@ -8,38 +8,39 @@
 MAINTAINER=            darcy%NetBSD.org@localhost
 HOMEPAGE=              http://code.google.com/p/gitso/
 COMMENT=               Gitso is to support others
+LICENSE=               gnu-gpl-v3
 
-LICENSE=                gnu-gpl-v3
-WRKSRC=                 ${WRKDIR}/Gitso
+DEPENDS+=              vncviewer-[0-9]*:../../net/vncviewer
+DEPENDS+=              x11vnc-[0-9]*:../../x11/x11vnc
 
-PY_PATCHPLIST=          yes
-USE_TOOLS+=             bash:run
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+WRKSRC=                        ${WRKDIR}/Gitso
 
-REPLACE_BASH+=          run-gitso.sh.local
-REPLACE_PYTHON+=        bin/gitso
-REPLACE_PYTHON+=        share/gitso/ArgsParser.py
-REPLACE_PYTHON+=        share/gitso/ConnectionWindow.py
-REPLACE_PYTHON+=        share/gitso/Gitso.py
-REPLACE_PYTHON+=        share/gitso/GitsoThread.py
-REPLACE_PYTHON+=        share/gitso/NATPMP.py
-REPLACE_PYTHON+=        share/gitso/Processes.py
+PY_PATCHPLIST=         yes
+USE_TOOLS+=            bash:run
+
+REPLACE_BASH+=         run-gitso.sh.local
+REPLACE_PYTHON+=       bin/gitso
+REPLACE_PYTHON+=       share/gitso/ArgsParser.py
+REPLACE_PYTHON+=       share/gitso/ConnectionWindow.py
+REPLACE_PYTHON+=       share/gitso/Gitso.py
+REPLACE_PYTHON+=       share/gitso/GitsoThread.py
+REPLACE_PYTHON+=       share/gitso/NATPMP.py
+REPLACE_PYTHON+=       share/gitso/Processes.py
 
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"
 
-PKG_DESTDIR_SUPPORT=   user-destdir
 MAKE_JOBS_SAFE=                no
-NO_BUILD=               yes
-INSTALLATION_DIRS+=     bin
-INSTALLATION_DIRS+=     share/gitso
-INSTALLATION_DIRS+=     ${PYSITELIB}/gitso
+NO_BUILD=              yes
+INSTALLATION_DIRS+=    bin
+INSTALLATION_DIRS+=    share/gitso
+INSTALLATION_DIRS+=    ${PYSITELIB}/gitso
 
 .include "../../mk/bsd.prefs.mk"
 
-DEPENDS+=              vncviewer-[0-9]*:../../net/vncviewer
-DEPENDS+=              x11vnc-[0-9]*:../../x11/x11vnc
-
-SITEFILES =    ${WRKSRC}/share/gitso/*.py \
+SITEFILES=     ${WRKSRC}/share/gitso/*.py \
                ${WRKSRC}/share/gitso/icon.* \
                ${WRKSRC}/share/gitso/icon.* \
                ${WRKSRC}/share/gitso/hosts.txt \



Home | Main Index | Thread Index | Old Index