diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-31 18:31:48 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-31 18:31:48 +0000 |
commit | 9aedc43974c5ff2295de8b351e47fcf0aff2f592 (patch) | |
tree | bd9aef4a53cf99d60c433975f3be6674177b285c /deskutils/vym | |
parent | ebe8a24550ee64d9300f566cd249fd2f18ed5a9b (diff) |
Fix MASTER_SITES and unmark BROKEN.
Notes
Notes:
svn path=/head/; revision=404957
Diffstat (limited to 'deskutils/vym')
-rw-r--r-- | deskutils/vym/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/vym/Makefile b/deskutils/vym/Makefile index 37deb500581f..84ac5b2a02cf 100644 --- a/deskutils/vym/Makefile +++ b/deskutils/vym/Makefile @@ -5,12 +5,11 @@ PORTNAME= vym PORTVERSION= 2.2.4 PORTREVISION= 3 CATEGORIES= deskutils -MASTER_SITES= SF/vym/${PORTVERSION} +MASTER_SITES= SF/vym/Archive/${PORTVERSION} MAINTAINER= lichray@gmail.com COMMENT= VYM is a tool to generate and manipulate mind maps -BROKEN= unfetchable USES= qmake shebangfix tar:bzip2 SHEBANG_FILES= scripts/makedist-vym scripts/vivym USE_QT4= uic_build moc_build qt3support_build \ |