diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-11 21:08:29 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-11 21:08:29 +0000 |
commit | f9222109b807d99e341638a9057c0cb7f4b251a9 (patch) | |
tree | 23a51a0128ddd82836e4659c654d497571064ea0 /devel/astyle | |
parent | Fix unfetchable master site (diff) |
Take MAINTAINER
PR: 87279
Submitted by: Andrew Pogrebennyk <andrew.nau.ua@gmail.com>
Notes
Notes:
svn path=/head/; revision=145007
Diffstat (limited to 'devel/astyle')
-rw-r--r-- | devel/astyle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 14cdf61f2891..d374e21429a5 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= andrew.nau.ua@gmail.com COMMENT= A reindenter and reformatter of C++, C and Java source code USE_ZIP= yes |