pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Fix path to python in scripts installed by bittorr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b29fe2e43d7e
branches:  trunk
changeset: 471094:b29fe2e43d7e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Mar 17 19:27:42 2004 +0000

description:
Fix path to python in scripts installed by bittorrent-gui by moving the
inclusion of python/application.mk to the end of Makefile's and fixing
paths to files.  Bump PKGREVISION of this package to 1.

diffstat:

 net/bittorrent-gui/Makefile    |  7 ++++---
 net/bittorrent/Makefile        |  3 ++-
 net/bittorrent/Makefile.common |  4 +---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (62 lines):

diff -r 19848fcae9b8 -r b29fe2e43d7e net/bittorrent-gui/Makefile
--- a/net/bittorrent-gui/Makefile       Wed Mar 17 19:15:41 2004 +0000
+++ b/net/bittorrent-gui/Makefile       Wed Mar 17 19:27:42 2004 +0000
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.2 2004/03/07 21:34:06 recht Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/17 19:27:42 jmmv Exp $
 #
 
 .include "../../net/bittorrent/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/BitTorrent/bittorrent-gui/}
+PKGREVISION=   1
 
 COMMENT+=      (wxGTK GUI)
 
 DEPENDS+=      bittorrent>=3.4:../../net/bittorrent
 
-NO_CONFIGURE=  # defined
 NO_BUILD=      # defined
 
-PYTHON_PATCH_SCRIPTS= bin/btcompletedirgui.py bin/btdownloadgui.py
+PYTHON_PATCH_SCRIPTS= btcompletedirgui.py btdownloadgui.py
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/btcompletedirgui.py ${PREFIX}/bin
        ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin
 
+.include "../../lang/python/application.mk"
 .include "../../x11/py-wxWindows/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 19848fcae9b8 -r b29fe2e43d7e net/bittorrent/Makefile
--- a/net/bittorrent/Makefile   Wed Mar 17 19:15:41 2004 +0000
+++ b/net/bittorrent/Makefile   Wed Mar 17 19:27:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/03/12 23:43:05 recht Exp $
+# $NetBSD: Makefile,v 1.19 2004/03/17 19:27:42 jmmv Exp $
 #
 
 .include "Makefile.common"
@@ -11,6 +11,7 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bittorrent
        ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/bittorrent
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 .include "../../devel/py-cursespanel/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 19848fcae9b8 -r b29fe2e43d7e net/bittorrent/Makefile.common
--- a/net/bittorrent/Makefile.common    Wed Mar 17 19:15:41 2004 +0000
+++ b/net/bittorrent/Makefile.common    Wed Mar 17 19:27:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/03/12 23:43:05 recht Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/03/17 19:27:42 jmmv Exp $
 #
 
 DISTNAME=      BitTorrent-3.4.1
@@ -18,5 +18,3 @@
 USE_BUILDLINK2=        YES
 
 PYTHON_VERSIONS_ACCEPTED=      23pth 22pth
-
-.include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index