diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-07 21:00:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-07 21:00:56 +0800 |
commit | 707abbdf3b1bf16c868dc2028509181f8a5e4b27 (patch) | |
tree | 5903ee48a05b9cae235ec02e0e0abd2d7bd824ed /x11/gromit/Makefile | |
parent | 4ae5fc7389a27e60ac5d4cfb867ca529c53ac466 (diff) | |
download | freebsd-ports-gnome-707abbdf3b1bf16c868dc2028509181f8a5e4b27.tar.gz freebsd-ports-gnome-707abbdf3b1bf16c868dc2028509181f8a5e4b27.tar.zst freebsd-ports-gnome-707abbdf3b1bf16c868dc2028509181f8a5e4b27.zip |
- 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/gromit/Makefile')
-rw-r--r-- | x11/gromit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile index 5ca94b995913..74c2583ade73 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 |