diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-08 15:35:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-08 15:35:42 +0800 |
commit | 2f171dd4412170a74bfd1f0b2c441e85ab1d56b2 (patch) | |
tree | 43b9563088710911e9c0877bf5d279f09b85ba34 /irc | |
parent | 7d728411762cdc32e1afe702c2d08db7c6c321ba (diff) | |
download | freebsd-ports-gnome-2f171dd4412170a74bfd1f0b2c441e85ab1d56b2.tar.gz freebsd-ports-gnome-2f171dd4412170a74bfd1f0b2c441e85ab1d56b2.tar.zst freebsd-ports-gnome-2f171dd4412170a74bfd1f0b2c441e85ab1d56b2.zip |
- Update MASTER_SITES
PR: ports/151204
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Approved by: pgollucci (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ii/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ii/Makefile b/irc/ii/Makefile index eda8ca724f5b..c74a4b0cba37 100644 --- a/irc/ii/Makefile +++ b/irc/ii/Makefile @@ -8,7 +8,7 @@ PORTNAME= ii PORTVERSION= 1.4 CATEGORIES= irc -MASTER_SITES= http://code.suckless.org/dl/tools/ \ +MASTER_SITES= http://dl.suckless.org/tools/ \ http://laffaye.free.fr/distfiles/ MAINTAINER= kimelto@gmail.com @@ -16,7 +16,7 @@ COMMENT= A minimalist FIFO and filesystem-based IRC client LICENSE= MIT -MAN1= ii.1 +MAN1= ii.1 PLIST_FILES= bin/ii PORTDOCS= CHANGES README FAQ PORTEXAMPLES= query.sh |