summaryrefslogtreecommitdiff
path: root/net/bittorrent-gui/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-06-19 02:49:23 +0000
committersalo <salo@pkgsrc.org>2005-06-19 02:49:23 +0000
commit22d911ce3a96008b1a3a980067a90035865afd93 (patch)
tree97eb3d0c90d7649f0b08bb2ebfb5ecbb76ac528a /net/bittorrent-gui/Makefile
parentfbc952d9fdeb45f7fe8d5d2cebb7f0f114623175 (diff)
downloadpkgsrc-22d911ce3a96008b1a3a980067a90035865afd93.tar.gz
Clean the !@#@#$%^ mess with documentation and image files so now binary
packages actually work.. Bump PKGREVISIONs.
Diffstat (limited to 'net/bittorrent-gui/Makefile')
-rw-r--r--net/bittorrent-gui/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile
index 3fdcadc140e..8daa1133993 100644
--- a/net/bittorrent-gui/Makefile
+++ b/net/bittorrent-gui/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:24 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/19 02:49:23 salo Exp $
#
.include "../../net/bittorrent/Makefile.common"
PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/}
+PKGREVISION= 1
COMMENT+= (GTK+ GUI)
@@ -18,6 +19,8 @@ do-build: # empty
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.py ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/images/*.png ${PREFIX}/share/pixmaps/${DISTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/images/*.ico ${PREFIX}/share/pixmaps/${DISTNAME}/
.include "../../lang/python/application.mk"
.include "../../x11/py-gtk2/buildlink3.mk"