diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-04-01 12:45:37 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-04-01 12:45:37 +0000 |
commit | 7eae4822337750bb146d0ccffdf7d167c028b3b7 (patch) | |
tree | 5db13b2d9e66f423f0923bf0e98c47aa1495bf72 /www/helma | |
parent | 602a391cffb31d83d39f2859e9cd1f745b93259b (diff) |
- Change to my FreeBSD email address
Approved by: miwi (mentor), beat (co-mentor)
Notes
Notes:
svn path=/head/; revision=251968
Diffstat (limited to 'www/helma')
-rw-r--r-- | www/helma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/helma/Makefile b/www/helma/Makefile index c7c73774eea9..d14a0b93d218 100644 --- a/www/helma/Makefile +++ b/www/helma/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://adele.helma.org/download/helma/${PORTVERSION}/ \ http://home.bluelife.at/ports/distfiles/helma/${PORTVERSION}/ DISTFILES= helma-${PORTVERSION}.tar.gz helma-${PORTVERSION}-src.tar.gz -MAINTAINER= decke@bluelife.at +MAINTAINER= decke@FreeBSD.org COMMENT= A Web application framework for fast and efficient scripting WRKBASE= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |