diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-02 01:51:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-02 01:51:30 +0000 |
commit | ca1716541ea0587c7152a23eb26bf12e3b381990 (patch) | |
tree | ef2ea5f650b236c66c5d694c41cd3eae18a6e4af /editors/jext | |
parent | dbc435ebd8b836483913749e82b0c7da280aa8c4 (diff) | |
download | ports-ca1716541ea0587c7152a23eb26bf12e3b381990.tar.gz ports-ca1716541ea0587c7152a23eb26bf12e3b381990.zip |
Fix MASTER_SITES.
PR: 18318
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Seconded by: maintainer
Notes
Notes:
svn path=/head/; revision=28252
Diffstat (limited to 'editors/jext')
-rw-r--r-- | editors/jext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jext/Makefile b/editors/jext/Makefile index 600ccec069e5..106095e263c0 100644 --- a/editors/jext/Makefile +++ b/editors/jext/Makefile @@ -8,7 +8,7 @@ PORTNAME= jext PORTVERSION= 2.7.0.6 CATEGORIES= editors java -MASTER_SITES= http://members.xoom.com/romainguy/jext/ +MASTER_SITES= http://members.xoom.com/romainguy/ DISTNAME= ${PORTNAME} MAINTAINER= sobomax@altavista.net |