diff options
author | beech <beech@FreeBSD.org> | 2007-12-23 10:56:51 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-12-23 10:56:51 +0800 |
commit | a2684b696afee165644fbea547526ea581d03e47 (patch) | |
tree | fd09d17e7bae1d187bd05d03d2814dbab916f95b /irc | |
parent | 3e05774e52633e70d34da3e97fd9e8530b966cc5 (diff) | |
download | freebsd-ports-gnome-a2684b696afee165644fbea547526ea581d03e47.tar.gz freebsd-ports-gnome-a2684b696afee165644fbea547526ea581d03e47.tar.zst freebsd-ports-gnome-a2684b696afee165644fbea547526ea581d03e47.zip |
- Add mirrors (distfiles unavailable).
Reported by: pointyhat via erwin
Approved by: Chess Griffin <chess@chessgriffin.com> (maintainer),
linimon (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile index de0593a7ad4b..fffa4c315349 100644 --- a/irc/bip/Makefile +++ b/irc/bip/Makefile @@ -8,7 +8,9 @@ PORTNAME= bip PORTVERSION= 0.6.1 CATEGORIES= irc -MASTER_SITES= http://bip.t1r.net/downloads/ +MASTER_SITES= http://bip.t1r.net/downloads/ \ + http://distfiles.gentoo.org/distfiles/ \ + LOCAL/beech MAINTAINER= chess@chessgriffin.com COMMENT= A simple IRC proxy with SSL support @@ -21,9 +23,7 @@ USE_OPENSSL= yes PLIST_FILES= bin/bip bin/bipmkpw SUB_FILES= pkg-message -SUB_LIST= EXAMPLESDIR=${EXAMPLESDIR} MAN1= bip.1 bip.conf.1 bipmkpw.1 -MANCOMPRESSED= no PORTDOCS= AUTHORS ChangeLog NEWS README README.floodcontrol TODO PORTEXAMPLES= bip.conf bip.vim |