diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 04:36:59 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 04:36:59 +0000 |
commit | a2a49934f84a5c47e59cc263fdc29f6064c648ef (patch) | |
tree | 3eed1465f2fbde952f33e125aa86f7ef5171f2e9 /x11 | |
parent | 01dc766959aac3490d925034e0d33b160a33872d (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gmessage/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/gmessage/Makefile b/x11/gmessage/Makefile index cc13a5f76cc0..6ddfc62bf214 100644 --- a/x11/gmessage/Makefile +++ b/x11/gmessage/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmessage -# Date created: Sun Jul 18 1999 -# Whom: domi@saargate.de -# +# Created by: domi@saargate.de # $FreeBSD$ -# PORTNAME= gmessage PORTVERSION= 0.2 @@ -11,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/ -MAINTAINER= domi@saargate.de +MAINTAINER= ports@FreeBSD.org COMMENT= Gtk+ clone of xmessage. displays a given text in a X11 window PLIST_FILES= bin/gmessage |