diff options
author | roam <roam@FreeBSD.org> | 2004-06-30 16:09:04 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-06-30 16:09:04 +0000 |
commit | bbf03db6781be3c057999a82859fc16f20a777ee (patch) | |
tree | 30e73635fd99f0fe1d3d98b88cd26de070abd006 /net | |
parent | 4e507d7b166b30e0862cd7ae71b0a58c3f195aac (diff) | |
download | FreeBSD-ports-bbf03db6781be3c057999a82859fc16f20a777ee.zip FreeBSD-ports-bbf03db6781be3c057999a82859fc16f20a777ee.tar.gz |
Add a people.FreeBSD.org master site and prepare for adding a local one,
too, when my public_distfiles changes from yesterday actually propagate
to the FTP servers.
Diffstat (limited to 'net')
-rw-r--r-- | net/cicquin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/cicquin/Makefile b/net/cicquin/Makefile index 3008760..fb9dc89 100644 --- a/net/cicquin/Makefile +++ b/net/cicquin/Makefile @@ -8,7 +8,11 @@ PORTNAME= cicquin PORTVERSION= 0.1 CATEGORIES= net -MASTER_SITES= http://devel.ringlet.net/misc/cicquin/ +#MASTER_SITES= ${MASTER_SITE_LOCAL} \ +MASTER_SITES= \ + http://devel.ringlet.net/misc/cicquin/ \ + http://people.FreeBSD.org/~roam/misc/cicquin/ +MASTER_SITE_SUBDIR= roam/misc/cicquin MAINTAINER= roam@FreeBSD.org COMMENT= Look up users in the CenterICQ user database |