diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:22:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:22:00 +0000 |
commit | 08436d780099b5b9549d412fe146fb0733c19412 (patch) | |
tree | 57c7b4356218a4d97ed53fd405be7ef822e2bde2 /www/linbot | |
parent | - Use MASTER_SITE_AFTERSTEP to MASTER_SITES (diff) |
- Use MASTER_SITE_SUNSITE to MASTER_SITES
PR: 19496
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'www/linbot')
-rw-r--r-- | www/linbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/linbot/Makefile b/www/linbot/Makefile index d0bc85c375a2..03bf2c9e128e 100644 --- a/www/linbot/Makefile +++ b/www/linbot/Makefile @@ -8,7 +8,8 @@ PORTNAME= linbot PORTVERSION= 1.0 CATEGORIES= www python -MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/www/misc/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/www/misc EXTRACT_SUFX= .tgz MAINTAINER= billf@FreeBSD.org |