diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-11-17 04:29:08 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-11-17 04:29:08 +0000 |
commit | eda7fc70a808a4cb32b039795373173ba4ea0c54 (patch) | |
tree | 4738bdb6693605b525581145bb445c7b4d2f42e9 /irc/irssi | |
parent | Fix to make vc-backup file only if vc-make-backup-files is t. (diff) |
Add another patch for BIG5 cursor movement, and bump version.
Submitted by: mhsin@mhsin.org
Notes
Notes:
svn path=/head/; revision=50135
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 981bd44971e6..d27f8b6639e1 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/ |