diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-05-31 19:47:53 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-05-31 19:47:53 +0000 |
commit | 24b36854ab05209d893f35e34fd535a29025cf61 (patch) | |
tree | 39d6eef447c12edcc9d05b0e19ae89f13fc74f3f /devel | |
parent | a8408580a63877f600920c0ec29cdbf8bb4e5555 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bouml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bouml/Makefile b/devel/bouml/Makefile index 8ddb283e80d8..f4d99a072a44 100644 --- a/devel/bouml/Makefile +++ b/devel/bouml/Makefile @@ -8,7 +8,9 @@ PORTNAME= bouml PORTVERSION= 2.14.5 CATEGORIES= devel -MASTER_SITES= http://bouml.free.fr/ +MASTER_SITES= http://bouml.free.fr/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |