diff options
Diffstat (limited to 'net/tas/Makefile')
-rw-r--r-- | net/tas/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/tas/Makefile b/net/tas/Makefile index 5df04cc4c069..4af928b92f4d 100644 --- a/net/tas/Makefile +++ b/net/tas/Makefile @@ -1,21 +1,20 @@ # New ports collection makefile for: tas # Date created: 25 December 2000 -# Whom: anton +# Whom: Anton Voronin <anton@urc.ac.ru> # # $FreeBSD$ # PORTNAME= tas -PORTVERSION= 1.1 +PORTVERSION= 1.2.1 CATEGORIES= net -MASTER_SITES= http://tas.net-conex.com/ \ - http://rnoc.urc.ac.ru/~anton/projects/tas/ +MASTER_SITES= 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> |