diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-28 16:11:27 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-28 16:11:27 +0000 |
commit | af6a82ec0478d1f0705b99b8c3c64073ac60db44 (patch) | |
tree | 2ba791d000278c133024aca268a07b09d943ae76 /net/tas/Makefile | |
parent | 43a762044bd72bf9e4f51045041a2e369fcb6eb0 (diff) | |
download | FreeBSD-ports-af6a82ec0478d1f0705b99b8c3c64073ac60db44.zip FreeBSD-ports-af6a82ec0478d1f0705b99b8c3c64073ac60db44.tar.gz |
Upgrade to version 1.1
BTW, I fix pkg-plist.
PR: 25451
Submitted by: maintainer
Diffstat (limited to 'net/tas/Makefile')
-rw-r--r-- | net/tas/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/tas/Makefile b/net/tas/Makefile index 85b6023..5df04cc 100644 --- a/net/tas/Makefile +++ b/net/tas/Makefile @@ -6,15 +6,16 @@ # PORTNAME= tas -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= net -MASTER_SITES= http://rnoc.urc.ac.ru:8001/~anton/projects/files/ +MASTER_SITES= http://tas.net-conex.com/ \ + http://rnoc.urc.ac.ru/~anton/projects/tas/ DISTNAME= tas-${PORTVERSION} MAINTAINER= anton@urc.ac.ru WRKSRC= ${WRKDIR}/tas -NO_BUILD= YES +NO_BUILD= yes .include <bsd.port.mk> |