diff options
author | fjoe <fjoe@FreeBSD.org> | 2002-06-27 18:40:54 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2002-06-27 18:40:54 +0000 |
commit | 3c5f990ea128bc051270a34c2ff9a7002efbe4b6 (patch) | |
tree | 5197356c22371efa5875260d55509c0dc9a11a8a /net/ysm/Makefile | |
parent | 56662121c84fbc9387cf71d21146210eee6aa946 (diff) | |
download | FreeBSD-ports-3c5f990ea128bc051270a34c2ff9a7002efbe4b6.zip FreeBSD-ports-3c5f990ea128bc051270a34c2ff9a7002efbe4b6.tar.gz |
- add recoding of offline messages
- add more MASTER_SITES
- push MASTER_SITES_SOURCEFORGE to the end of MASTER_SITES
PR: 38650
Submitted by: MAINTAINER
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 85c72be..b8dce41 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 |