diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-06 21:12:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-06 21:12:23 +0000 |
commit | 72d5124b15229f546a624bbfef8a5cc5bec254d1 (patch) | |
tree | 0db726ecc0ca21ed0f511603f32c0609f42d3d5d /irc/zircon | |
parent | c5396a539582696e773d621e421e9dce64eb2064 (diff) | |
download | ports-72d5124b15229f546a624bbfef8a5cc5bec254d1.tar.gz ports-72d5124b15229f546a624bbfef8a5cc5bec254d1.zip |
Notes
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 54e457ae5305..f4def8728370 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -8,7 +8,9 @@ PORTNAME= zircon PORTVERSION= 1.18.256 CATEGORIES= irc tk84 -MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ +MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= An X11 interface to Internet Relay Chat |