diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
commit | 1101f09c09367bca303d13431ed15f28d0a22f65 (patch) | |
tree | 511f5a9a033d7b57693fe54af6e8673a6a6a7f4f /x11 | |
parent | Fix build on 9.1+ (diff) |
Remove indefinite article from COMMENT
Notes
Notes:
svn path=/head/; revision=313649
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk-launch/Makefile | 2 | ||||
-rw-r--r-- | x11/thinglaunch/Makefile | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile index 0c45aae4eee9..c543366a6209 100644 --- a/x11/gtk-launch/Makefile +++ b/x11/gtk-launch/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://pierric.descamps.free.fr/pierric/downloads/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A fast GTK+ program launcher +COMMENT= Fast GTK+ program launcher USE_GNOME= gtk12 MAKE_JOBS_SAFE= yes diff --git a/x11/thinglaunch/Makefile b/x11/thinglaunch/Makefile index 437646399538..9c45e23a6982 100644 --- a/x11/thinglaunch/Makefile +++ b/x11/thinglaunch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: thinglaunch -# Date created: 22 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= thinglaunch PORTVERSION= 1.8 @@ -11,7 +7,7 @@ CATEGORIES= x11 MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A very fast launcher program for X +COMMENT= Very fast launcher program for X USE_XORG= x11 xproto MAKE_JOBS_SAFE= yes |