diff options
author | perky <perky@FreeBSD.org> | 2003-02-28 14:54:56 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-02-28 14:54:56 +0800 |
commit | f265aba5a580867f7ca2de7fef12d7e42a599599 (patch) | |
tree | 57e8de635f418478328b37b89ec1b872db5fad3a /editors/qemacs | |
parent | 3a3bd89be9ac79f785d2d43519c126d6d2d0d7f4 (diff) | |
download | freebsd-ports-gnome-f265aba5a580867f7ca2de7fef12d7e42a599599.tar.gz freebsd-ports-gnome-f265aba5a580867f7ca2de7fef12d7e42a599599.tar.zst freebsd-ports-gnome-f265aba5a580867f7ca2de7fef12d7e42a599599.zip |
Remove redunant quotes on COMMENTS
Submitted by: maintainer
Diffstat (limited to 'editors/qemacs')
-rw-r--r-- | editors/qemacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/qemacs/Makefile b/editors/qemacs/Makefile index d9850f79344b..138770441d86 100644 --- a/editors/qemacs/Makefile +++ b/editors/qemacs/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://fabrice.bellard.free.fr/qemacs/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/} MAINTAINER= so14k@so14k.com -COMMENT= "QEmacs (for Quick Emacs) is a very small but powerful UNIX editor" +COMMENT= QEmacs (for Quick Emacs) is a very small but powerful UNIX editor LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png |