diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-08 07:35:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-08 07:35:42 +0000 |
commit | 4688a3cab6a51a2dde772f62f7ee912ea9da40b1 (patch) | |
tree | c182d0c096e673a4101aebb596b04b12abf3f8fa /irc/ii | |
parent | 6c0c703f45a37ed586b01f4711ae70cc0c65f300 (diff) | |
download | ports-4688a3cab6a51a2dde772f62f7ee912ea9da40b1.tar.gz ports-4688a3cab6a51a2dde772f62f7ee912ea9da40b1.zip |
Notes
Diffstat (limited to 'irc/ii')
-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 |