diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-06 21:12:23 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-06 21:12:23 +0000 |
commit | 093d8bd28559056638468a6ff12d00e896da1d58 (patch) | |
tree | f44133cfe6623e10f74bc84396c6139e41634fff /irc | |
parent | d60d88b127780ca38cf6d9a88bce6c683e9b981b (diff) | |
download | FreeBSD-ports-093d8bd28559056638468a6ff12d00e896da1d58.zip FreeBSD-ports-093d8bd28559056638468a6ff12d00e896da1d58.tar.gz |
- Fix MASTER_SITES
Diffstat (limited to 'irc')
-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 54e457a..f4def87 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 |