summaryrefslogtreecommitdiff
path: root/net/bittorrent-gui
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-03-17 19:27:42 +0000
committerjmmv <jmmv@pkgsrc.org>2004-03-17 19:27:42 +0000
commit542e532d9cecb8b10c26402a66b556c5d3e51e94 (patch)
treebc1648c53f888407a008f6295f6222c2cdb06278 /net/bittorrent-gui
parent59443b647783862955bf07f23b7a03180e41ae5c (diff)
downloadpkgsrc-542e532d9cecb8b10c26402a66b556c5d3e51e94.tar.gz
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 (limited to 'net/bittorrent-gui')
-rw-r--r--net/bittorrent-gui/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile
index 8735fec31be..04f79c73aac 100644
--- a/net/bittorrent-gui/Makefile
+++ b/net/bittorrent-gui/Makefile
@@ -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"