diff options
Diffstat (limited to 'misc/mshell')
-rw-r--r-- | misc/mshell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index b94be5e79260..7279da31456b 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -9,7 +9,8 @@ PORTNAME= mshell PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jmz DISTFILES= 7432.Z MAINTAINER= jmz@FreeBSD.org |