diff options
author | clive <clive@FreeBSD.org> | 2002-07-08 18:11:47 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2002-07-08 18:11:47 +0000 |
commit | c93f1cdba73387caafc22c99e31468375705ed29 (patch) | |
tree | 9330917234216c4a3c34230a12092eff7088cf54 /irc/bitchx | |
parent | e9bd1de5a10afaad47010259dd7588ebca240ba1 (diff) | |
download | FreeBSD-ports-c93f1cdba73387caafc22c99e31468375705ed29.zip FreeBSD-ports-c93f1cdba73387caafc22c99e31468375705ed29.tar.gz |
Adjust this port slightly for its satellite port (currently chinese/bitchx).
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index db1ad05..3c2e36b 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -7,6 +7,7 @@ PORTNAME= BitchX PORTVERSION= 1.0c19 +PORTREVISION?= 0 CATEGORIES+= irc gnome MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ ftp://ftp.bitchx.org/pub/BitchX/source/ \ @@ -20,7 +21,7 @@ DISTFILES= ircii-pana-${PORTVERSION}${EXTRACT_SUFX} \ EXTRACT_ONLY= ircii-pana-${PORTVERSION}${EXTRACT_SUFX} .endif -MAINTAINER= freebsdports@arved.de +MAINTAINER?= freebsdports@arved.de BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf |