diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2012-05-29 15:33:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2012-05-29 15:33:35 +0000 |
commit | 380200974701117af50eefda95ae044a94f5834d (patch) | |
tree | 932210188269ef2cbd14889e99849cf839582bcd /irc | |
parent | 071d342cff144c4dde4972367fe242a5f9f7c0e5 (diff) | |
download | ports-380200974701117af50eefda95ae044a94f5834d.tar.gz ports-380200974701117af50eefda95ae044a94f5834d.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircII/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index c4022532ab29..43c679387b4b 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -8,7 +8,9 @@ PORTNAME= ircii PORTVERSION= 20111115 CATEGORIES= irc ipv6 -MASTER_SITES= http://ircii.warped.com/ +MASTER_SITES= http://ircii.warped.com/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw MAINTAINER= sylvio@FreeBSD.org COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client |