diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 22:20:55 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 22:20:55 +0000 |
commit | cc17f332122820ac605cf0c28317ebfb281a94be (patch) | |
tree | 2e8d11c824c1a7e9dee3536cc02a96f9e7ae0c96 /x11 | |
parent | 4136dc9aecc92f75becbe4da2c8821a2ca460e80 (diff) |
- Reassign to the heap at maintainer's request
Notes
Notes:
svn path=/head/; revision=304768
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yeahconsole/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/yeahconsole/Makefile b/x11/yeahconsole/Makefile index 18da92308940..b1d4a887f6eb 100644 --- a/x11/yeahconsole/Makefile +++ b/x11/yeahconsole/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: yeahconsole -# Date created: 30 April 2008 -# Whom: asami -# +# Created by: asami # $FreeBSD$ -# PORTNAME= yeahconsole PORTVERSION= 0.3.4 CATEGORIES= x11 MASTER_SITES= http://phrat.de/ -MAINTAINER= lazyklimm@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= quake console-like extension for X terminals USE_XORG= x11 |