diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-14 14:43:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-14 14:43:53 +0000 |
commit | f90a090e246a75c9d059803d3ba72ad044316ffa (patch) | |
tree | 0425644190c31c69dfa2a5220b18d81b1a8c17e0 /deskutils/vym | |
parent | 174983b9ca46296b225664af55095984149ce839 (diff) |
- Fix MASTER_SITES
PR: ports/83436
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=139215
Diffstat (limited to 'deskutils/vym')
-rw-r--r-- | deskutils/vym/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/vym/Makefile b/deskutils/vym/Makefile index 21df2e1fca61..51c462fc1be8 100644 --- a/deskutils/vym/Makefile +++ b/deskutils/vym/Makefile @@ -8,8 +8,8 @@ PORTNAME= vym PORTVERSION= 1.6.0 CATEGORIES= deskutils -MASTER_SITES= http://www.insilmaril.de/vym/download/ -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tux@pinguru.net COMMENT= VYM (View Your Mind) is a tool to generate and manipulate maps |