diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-28 16:11:27 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-28 16:11:27 +0000 |
commit | 1ff3dfcb186108ae59da980ec00d121c09a5bc96 (patch) | |
tree | e953fe74d0fbeb686245d99f69c8eab06403767a /net-mgmt/tas/Makefile | |
parent | Update to version 1.10.1 (diff) |
Upgrade to version 1.1
BTW, I fix pkg-plist.
PR: 25451
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=38901
Diffstat (limited to 'net-mgmt/tas/Makefile')
-rw-r--r-- | net-mgmt/tas/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/tas/Makefile b/net-mgmt/tas/Makefile index 85b60236b268..5df04cc4c069 100644 --- a/net-mgmt/tas/Makefile +++ b/net-mgmt/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> |