diff options
author | tron <tron@pkgsrc.org> | 2006-04-18 11:53:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-04-18 11:53:04 +0000 |
commit | acce759015cdce49c0efad0f664f8d0a072035c5 (patch) | |
tree | d5ef23c15088f71579a599e1540284634e82e55e /net/bittorrent-gui | |
parent | 43df95466fd7874138018de36720c47eab49007a (diff) | |
download | pkgsrc-acce759015cdce49c0efad0f664f8d0a072035c5.tar.gz |
Fix package list problem caused by revision bump.
Diffstat (limited to 'net/bittorrent-gui')
-rw-r--r-- | net/bittorrent-gui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile index 7fc1369d327..c869349de5e 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -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 @@ PYTHON_PATCH_SCRIPTS= bittorrent maketorrent 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 |