diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-22 08:30:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-22 08:30:54 +0000 |
commit | 4b8b7e41701781dc85c63e9fcc5d59fef510977c (patch) | |
tree | 6f40f03a7e6d997d101d3d49837dd10fed271b44 | |
parent | Fix build of 'darcs' with new GHC 6.6 by pulling in some patches from upstream (diff) |
- Pass maintainership to submitter
PR: 108161
Submitted by: Danny Pansters <danny@ricin.com>
-rw-r--r-- | x11-toolkits/qscintilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qscintilla/Makefile b/x11-toolkits/qscintilla/Makefile index 60ea33913576..bd8b571fa7f5 100644 --- a/x11-toolkits/qscintilla/Makefile +++ b/x11-toolkits/qscintilla/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.riverbankcomputing.com/Downloads/QScintilla1/ \ http://freebsd.ricin.com/ports/distfiles/ DISTNAME= QScintilla-1.71-gpl-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danny@ricin.com COMMENT= QT port of the Scintilla C++ editor class BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake |