diff options
Diffstat (limited to 'misc/whichman/Makefile')
-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 |