diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 21:22:00 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 21:22:00 +0800 |
commit | 08436d780099b5b9549d412fe146fb0733c19412 (patch) | |
tree | 57c7b4356218a4d97ed53fd405be7ef822e2bde2 /misc/whichman | |
parent | fb93fc598bb9a507e903e91a8cbb0f991b4067ba (diff) | |
download | freebsd-ports-gnome-08436d780099b5b9549d412fe146fb0733c19412.tar.gz freebsd-ports-gnome-08436d780099b5b9549d412fe146fb0733c19412.tar.zst freebsd-ports-gnome-08436d780099b5b9549d412fe146fb0733c19412.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/Makefile | 7 |
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 |