diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-07-04 07:10:56 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-07-04 07:10:56 +0000 |
commit | e35a1d39daca754a10f384ded99723ee21b4be1c (patch) | |
tree | d4e871c84edcd48d05ba0bf2d34b39b761db06ed /print | |
parent | e2b6a478d568f0155063619e332b1aff08acf9e1 (diff) |
- Pass maintainership to submitter
PR: ports/158614
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> (new maintainer)
Approved by: aldis@bsdroot.lv (previous maintainer)
Notes
Notes:
svn path=/head/; revision=277031
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 78cae0d92d03..8422202bcb89 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/devel/${PORTNAME}-${MAJOR_VERSION}/${PRE PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${MAJOR_VERSION}.${MINOR_VERSION}${PRERELEASE} -MAINTAINER= aldis@bsdroot.lv +MAINTAINER= kubito@gmail.com COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable) LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs |