aboutsummaryrefslogtreecommitdiffstats
path: root/misc/whichman
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-23 21:22:00 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-23 21:22:00 +0800
commit8ec81ff63c63edeff820bab082cf56a6e9155929 (patch)
tree65ae8234d6ad7decab06150fbcbfc6b2bd360ced /misc/whichman
parentd2d01acd2f19dfb9a978a3b8ee0b73a92ad27282 (diff)
downloadfreebsd-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/whichman')
-rw-r--r--misc/whichman/Makefile7
1 files changed, 3 insertions, 4 deletions
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