diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-12-16 22:41:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-12-16 22:41:25 +0000 |
commit | 1ac0002ff3876122be1913583920a6a41948e592 (patch) | |
tree | cbafe4dd6919caa0a8c2a44ba1cf8ad9cca899cd /devel/bouml/Makefile | |
parent | c34ac926de53de2bd3cca3743dc68c2655c47a85 (diff) |
Notes
Diffstat (limited to 'devel/bouml/Makefile')
-rw-r--r-- | devel/bouml/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/bouml/Makefile b/devel/bouml/Makefile index 23e6bca90172..a2e5eb561e8d 100644 --- a/devel/bouml/Makefile +++ b/devel/bouml/Makefile @@ -6,10 +6,12 @@ # PORTNAME= bouml -PORTVERSION= 3.3.5 +PORTVERSION= 3.4 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= http://bouml.free.fr/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://bouml.free.fr/ +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= thierry@FreeBSD.org |