diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-23 13:22:00 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-23 13:22:00 +0000 |
commit | 8ec81ff63c63edeff820bab082cf56a6e9155929 (patch) | |
tree | 65ae8234d6ad7decab06150fbcbfc6b2bd360ced /misc/whichman | |
parent | d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282 (diff) | |
download | FreeBSD-ports-8ec81ff63c63edeff820bab082cf56a6e9155929.zip FreeBSD-ports-8ec81ff63c63edeff820bab082cf56a6e9155929.tar.gz |
- Use MASTER_SITE_SUNSITE to MASTER_SITES
PR: 19496
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'misc/whichman')
-rw-r--r-- | misc/whichman/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/whichman/Makefile b/misc/whichman/Makefile index 868d9cc..0b85c46 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 |