diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-07 05:46:13 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-07 05:46:13 +0000 |
commit | f10adf48c4812d3b5a015f6f16ae75ac5fc7c90b (patch) | |
tree | 205e4f678ea01aab71bcf161a98a5ac836549e89 /russian/xcyrBGR | |
parent | Remove stale Eclipse mastersite. (diff) |
Remove unnecessary setting of DISTNAME.
Remove trailing \ in MASTER_SITES that caused the unnecessary
setting of DISTNAME to be treated as two more sites.
Diffstat (limited to 'russian/xcyrBGR')
-rw-r--r-- | russian/xcyrBGR/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/russian/xcyrBGR/Makefile b/russian/xcyrBGR/Makefile index 3604d29abbe4..c3ee4aadf434 100644 --- a/russian/xcyrBGR/Makefile +++ b/russian/xcyrBGR/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= russian MASTER_SITES= ftp://ftp.slavof.net/pub/FreeBSD/X11/cyrillic/ \ ftp://mail.partners-bg.org/pub/FreeBSD/X11/cyrillic/ \ - ftp://80.72.71.229/pub/FreeBSD/X11/cyrillic/ \ -DISTNAME= ${PORTNAME}-${PORTVERSION} + ftp://80.72.71.229/pub/FreeBSD/X11/cyrillic/ MAINTAINER= ports@FreeBSD.org COMMENT= The bulgarian cyrillic keyboard layout manager for X11 |