diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-11-17 04:29:08 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-11-17 04:29:08 +0000 |
commit | 9b6650dfe9bf4b407afed6859b341ce89a036615 (patch) | |
tree | d276bb79235177dd0e83565ff5550d3765491dac /irc/irssi | |
parent | 0abcf6cb9341220fd4aa23b67c4273ed8c653f9e (diff) | |
download | FreeBSD-ports-9b6650dfe9bf4b407afed6859b341ce89a036615.zip FreeBSD-ports-9b6650dfe9bf4b407afed6859b341ce89a036615.tar.gz |
Add another patch for BIG5 cursor movement, and bump version.
Submitted by: mhsin@mhsin.org
Diffstat (limited to 'irc/irssi')
-rw-r--r-- | irc/irssi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 981bd44..d27f8b6 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -7,7 +7,7 @@ PORTNAME= irssi PORTVERSION= 0.7.98.4 -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES+= irc ipv6 # `+=' is for slave ports MASTER_SITES= http://irssi.org/files/ |