diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-23 21:22:00 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-23 21:22:00 +0800 |
commit | 8ec81ff63c63edeff820bab082cf56a6e9155929 (patch) | |
tree | 65ae8234d6ad7decab06150fbcbfc6b2bd360ced /www | |
parent | d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282 (diff) | |
download | freebsd-ports-gnome-8ec81ff63c63edeff820bab082cf56a6e9155929.tar.gz freebsd-ports-gnome-8ec81ff63c63edeff820bab082cf56a6e9155929.tar.zst freebsd-ports-gnome-8ec81ff63c63edeff820bab082cf56a6e9155929.zip |
- Use MASTER_SITE_SUNSITE to MASTER_SITES
PR: 19496
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'www')
-rw-r--r-- | www/linbot/Makefile | 3 | ||||
-rw-r--r-- | www/webcheck/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile index d0bc85c375a2..03bf2c9e128e 100644 --- a/www/webcheck/Makefile +++ b/www/webcheck/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 |