diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-06-27 18:40:54 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-06-27 18:40:54 +0000 |
commit | 21bd1a347e30b9f5783f7025942f76b0c75b19f4 (patch) | |
tree | b461ae67ee7c5bc0940c0cc4bfe2a551cb020f32 /net/ysm/Makefile | |
parent | d690cbcf4206977e9f72312a60e56616038d587b (diff) |
Notes
Diffstat (limited to 'net/ysm/Makefile')
-rw-r--r-- | net/ysm/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/ysm/Makefile b/net/ysm/Makefile index 85c72be7cc8c..b8dce41dadde 100644 --- a/net/ysm/Makefile +++ b/net/ysm/Makefile @@ -7,9 +7,13 @@ PORTNAME= ysm PORTVERSION= 7.2.7.1 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://vampiro.rootshell.ru/pub/warez/ +MASTER_SITES= ftp://vampiro.rootshell.ru/pub/warez/ \ + http://vampiro.rootshell.ru/ \ + ftp://ftp.treasury.ru/pub/unix/ \ + http://www.treasury.ru/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ysmv7_2_7_1 EXTRACT_SUFX= .tgz |