diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-10-18 15:23:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-10-18 15:23:27 +0000 |
commit | 0b6812e1fde7ce558a7d9aa8d7204080fa4c96b1 (patch) | |
tree | 0b3028b2262158e6e2cd0ef849b218f4d939f25b | |
parent | Ignore on the package builders when the default version of python is different (diff) |
use '?=' on PORTREVISION, slave ports need it.
Submitted by: sunpoet@
Notes
Notes:
svn path=/head/; revision=371136
-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 ee3bb5ac95d1..9c0d0aec5697 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -2,7 +2,7 @@ PORTNAME= irssi PORTVERSION= 0.8.17 -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES?= irc MASTER_SITES= http://mirror.irssi.org/ |