diff options
author | jhale <jhale@FreeBSD.org> | 2012-12-06 18:02:39 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-12-06 18:02:39 +0800 |
commit | 09a1c6e127fe773662aeaf504a223962241f2196 (patch) | |
tree | 357be21cb3deb885a86cdb08b2e8cb7747788a66 /editors | |
parent | 3696638b31f8409cee53a08c6e02170ab25b92f1 (diff) | |
download | freebsd-ports-gnome-09a1c6e127fe773662aeaf504a223962241f2196.tar.gz freebsd-ports-gnome-09a1c6e127fe773662aeaf504a223962241f2196.tar.zst freebsd-ports-gnome-09a1c6e127fe773662aeaf504a223962241f2196.zip |
- Return maintainership to the pool at maintainer's request
- Trim Makefile headers
PR: ports/174217, ports/174218, ports/174220, ports/174221
Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texworks/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 6e3a4ba53787..253784b482aa 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: texworks -# Date created: 2009-09-30 -# Whom: Diego DepaolI <trebestie@gmail.com> -# +# Created by: Diego DepaolI <trebestie@gmail.com> # $FreeBSD$ -# PORTNAME= texworks PORTVERSION= 0.2.2 @@ -11,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= trebestie@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A simple TeX front-end program BUILD_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell |