pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bittorrent-gui Fix package list problem caused by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57366988ee5b
branches:  trunk
changeset: 511603:57366988ee5b
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Apr 18 11:53:04 2006 +0000

description:
Fix package list problem caused by revision bump.

diffstat:

 net/bittorrent-gui/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 57f5a716cea4 -r 57366988ee5b net/bittorrent-gui/Makefile
--- a/net/bittorrent-gui/Makefile       Tue Apr 18 09:29:47 2006 +0000
+++ b/net/bittorrent-gui/Makefile       Tue Apr 18 11:53:04 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:42 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2006/04/18 11:53:04 tron Exp $
 
 .include "../../net/bittorrent/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/BitTorrent/bittorrent-gui/}
-PKGREVISION=   1
+PKGREVISION=   2
 
 COMMENT+=      (GTK+ GUI)
 
@@ -13,7 +13,7 @@
 
 CONFLICTS+=    bittornado-gui-[0-9]*
 
-ICONS_DIR=             share/pixmaps/BitTorrent-${PKGVERSION}/icons
+ICONS_DIR=             share/pixmaps/BitTorrent-${PKGVERSION:C/nb.*//}/icons
 INSTALLATION_DIRS=     bin ${ICONS_DIR} ${ICONS_DIR}/default ${ICONS_DIR}/old
 
 do-build:      # empty



Home | Main Index | Thread Index | Old Index