diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-08-29 11:54:48 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-08-29 11:54:48 +0000 |
commit | f6dc7137bd7e12de41bb39f5d511a9403b9fdc60 (patch) | |
tree | 4c04a742ec186a016de3c357d596fb8fcfe232bd /irc/simpleirc/Makefile | |
parent | 0772ae8f513b4c818c3f1a470fb9d8d2c69c1ded (diff) | |
download | ports-f6dc7137bd7e12de41bb39f5d511a9403b9fdc60.tar.gz ports-f6dc7137bd7e12de41bb39f5d511a9403b9fdc60.zip |
Notes
Diffstat (limited to 'irc/simpleirc/Makefile')
-rw-r--r-- | irc/simpleirc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/simpleirc/Makefile b/irc/simpleirc/Makefile index 08316db37b7a..2906d2597818 100644 --- a/irc/simpleirc/Makefile +++ b/irc/simpleirc/Makefile @@ -8,7 +8,9 @@ PORTNAME= simpleirc PORTVERSION= 1.0 CATEGORIES= irc -MASTER_SITES= http://code.suckless.org/dl/tools/ +MASTER_SITES= http://dl.suckless.org/tools/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dhn DISTNAME= sic-${PORTVERSION} MAINTAINER= dhn@FreeBSD.org |