aboutsummaryrefslogtreecommitdiff
path: root/misc/whichman
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-23 13:22:00 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-23 13:22:00 +0000
commit08436d780099b5b9549d412fe146fb0733c19412 (patch)
tree57c7b4356218a4d97ed53fd405be7ef822e2bde2 /misc/whichman
parentfb93fc598bb9a507e903e91a8cbb0f991b4067ba (diff)
downloadports-08436d780099b5b9549d412fe146fb0733c19412.tar.gz
ports-08436d780099b5b9549d412fe146fb0733c19412.zip
- Use MASTER_SITE_SUNSITE to MASTER_SITES
PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=29808
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