diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-21 11:31:28 +0000 | 
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-21 11:31:28 +0000 | 
| commit | 5f6ba2a345062d46d2e16bd1d6c5854e528a096e (patch) | |
| tree | d4a0e753177e49b18c0f444e59fb3de419be3122 /textproc/beediff | |
| parent | Fix counter breakage on 64bit arch. (diff) | |
Use my @FreeBSD.org email for the rest of my ports
Notes
Notes:
    svn path=/head/; revision=228771
Diffstat (limited to 'textproc/beediff')
| -rw-r--r-- | textproc/beediff/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/beediff/Makefile b/textproc/beediff/Makefile index d52ff788a932..db6e13c75dde 100644 --- a/textproc/beediff/Makefile +++ b/textproc/beediff/Makefile @@ -11,7 +11,7 @@ CATEGORIES=	textproc devel  MASTER_SITES=	http://www.beesoft.org/download/  DISTNAME=	${PORTNAME}_${PORTVERSION}_src -MAINTAINER=	makc@issp.ac.ru +MAINTAINER=	makc@FreeBSD.org  COMMENT=	QT4 based diff frontend  USE_QT_VER=	4  | 
