diff options
author | grant <grant@pkgsrc.org> | 2004-03-11 08:30:31 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-11 08:30:31 +0000 |
commit | eb9d759c26a4f9d4bc4cdc8b3d8f8231400c879a (patch) | |
tree | 52b35a0dfa3cac5a8eaf954c403398bce77b1417 /chat | |
parent | 3ba02d15a801d94342b8e1e4ac37d1d519da4107 (diff) | |
download | pkgsrc-eb9d759c26a4f9d4bc4cdc8b3d8f8231400c879a.tar.gz |
bump PKGREVISION after tcl dependency change.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/eggdrop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile index b24bb770aeb..78f698ec64f 100644 --- a/chat/eggdrop/Makefile +++ b/chat/eggdrop/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2004/03/11 06:55:22 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/11 08:30:31 grant Exp $ # DISTNAME= eggdrop1.6.15 PKGNAME= ${DISTNAME:S/eggdrop/eggdrop-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ EXTRACT_SUFX= .tar.bz2 |