diff options
Diffstat (limited to 'editors/tea/Makefile')
-rw-r--r-- | editors/tea/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 1eb265688894..71b54e7b1f3c 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -6,17 +6,16 @@ # PORTNAME= tea -DISTVERSION= 9.0-pre4 +DISTVERSION= 9.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://tea.linux.kiev.ua/ \ http://freebsd.nsu.ru/distfiles/ MASTER_SITE_SUBDIR= danfe MAINTAINER= danfe@FreeBSD.org COMMENT= A simple and powerful GTK+ text editor -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-pre4//} - USE_X_PREFIX= yes USE_BZIP2= yes USE_REINPLACE= yes |