diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-07 13:00:56 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-07 13:00:56 +0000 |
commit | 707abbdf3b1bf16c868dc2028509181f8a5e4b27 (patch) | |
tree | 5903ee48a05b9cae235ec02e0e0abd2d7bd824ed /x11 | |
parent | 4ae5fc7389a27e60ac5d4cfb867ca529c53ac466 (diff) | |
download | FreeBSD-ports-707abbdf3b1bf16c868dc2028509181f8a5e4b27.zip FreeBSD-ports-707abbdf3b1bf16c868dc2028509181f8a5e4b27.tar.gz |
- Remove unneeded quotes in COMMENTS
PR: 121329
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Approved by: portmgr (erwin via irc)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/chameleon/Makefile | 2 | ||||
-rw-r--r-- | x11/gromit/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/chameleon/Makefile b/x11/chameleon/Makefile index c19456e..9ed309c 100644 --- a/x11/chameleon/Makefile +++ b/x11/chameleon/Makefile @@ -17,7 +17,7 @@ PKGNAMEPREFIX= x11- DISTNAME= chameleon_${PORTVERSION}.orig MAINTAINER= gavin.atkinson@ury.york.ac.uk -COMMENT= "Application for putting pictures or colors onto the root window" +COMMENT= Application for putting pictures or colors onto the root window LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile index 5ca94b9..74c2583 100644 --- a/x11/gromit/Makefile +++ b/x11/gromit/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11 MASTER_SITES= http://www.home.unix-ag.org/simon/gromit/ MAINTAINER= sergei@FreeBSD.org -COMMENT= "GRaphics Over Miscellaneous Objects (Gromit)" +COMMENT= GRaphics Over Miscellaneous Objects (Gromit) USE_X_PREFIX= yes USE_GNOME= gtk20 |