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 /misc | |
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 'misc')
-rw-r--r-- | misc/alevt/Makefile | 5 | ||||
-rw-r--r-- | misc/alevt/pkg-descr | 3 | ||||
-rw-r--r-- | misc/whichman/Makefile | 7 |
3 files changed, 7 insertions, 8 deletions
diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile index 8a3624b3d0b5..9536522c8099 100644 --- a/misc/alevt/Makefile +++ b/misc/alevt/Makefile @@ -8,8 +8,9 @@ PORTNAME= alevt PORTVERSION= 1.5.1 CATEGORIES= misc -MASTER_SITES= http://user.exit.de/froese/alevt/ \ - ftp://metalab.unc.edu/pub/Linux/apps/video/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://user.exit.de/froese/alevt/ +MASTER_SITE_SUBDIR= apps/video MAINTAINER= roger@freebsd.org diff --git a/misc/alevt/pkg-descr b/misc/alevt/pkg-descr index a256956dbd13..452156d7066d 100644 --- a/misc/alevt/pkg-descr +++ b/misc/alevt/pkg-descr @@ -8,5 +8,4 @@ AleVT - By Edgar Toernig manual, and more. There's also a program to get the time from teletext. - The primary site of AleVT is http://user.exit.de/froese - Also uploaded to ftp://metalab.unc.edu/pub/Linux/apps/video +WWW: http://user.exit.de/froese diff --git a/misc/whichman/Makefile b/misc/whichman/Makefile index 868d9ccb582b..0b85c4683c07 100644 --- a/misc/whichman/Makefile +++ b/misc/whichman/Makefile @@ -8,10 +8,9 @@ PORTNAME= whichman PORTVERSION= 1.9 CATEGORIES= misc -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/doctools/ \ - http://www.metalab.unc.edu/pub/Linux/apps/doctools/ \ - http://www.linuxfocus.org/~guido.socher/ \ - http://linuxberg.concepts.nl/files/console/system/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.linuxfocus.org/~guido.socher/ +MASTER_SITE_SUBDIR= apps/doctools MAINTAINER= leeym@cae.ce.ntu.edu.tw |