diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:23:08 +0800 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:23:08 +0800 |
commit | 3b956401b8e89633812098f391f57f788115c166 (patch) | |
tree | 113bea403b43af8f329aab4649b64f94e4d82603 /editors | |
parent | 267a058ec27ebe86c8a8f0598040a2e95e56690f (diff) | |
download | freebsd-ports-gnome-3b956401b8e89633812098f391f57f788115c166.tar.gz freebsd-ports-gnome-3b956401b8e89633812098f391f57f788115c166.tar.zst freebsd-ports-gnome-3b956401b8e89633812098f391f57f788115c166.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tweak/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile index a5deb8368189..c25ed36f0594 100644 --- a/editors/tweak/Makefile +++ b/editors/tweak/Makefile @@ -1,6 +1,4 @@ -# Ports collection makefile for: tweak -# Date created: Sun Feb 15, 2009 -# Whom: Jille Timmermans (jille@quis.cx) +# Created by: Jille Timmermans (jille@quis.cx) # $FreeBSD$ PORTNAME= tweak @@ -8,7 +6,7 @@ PORTVERSION= 3.01 CATEGORIES= editors MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ -MAINTAINER= jille@quis.cx +MAINTAINER= ports@FreeBSD.org COMMENT= An efficient hex editor MAN1= tweak.1 |