diff options
author | pav <pav@FreeBSD.org> | 2005-11-26 06:36:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-26 06:36:27 +0800 |
commit | 70e3daab122c5274e375af28dd3794327b04d227 (patch) | |
tree | 35465bac4edf6a51d6992ad727901b03ee4f53bb /german/steak | |
parent | 584b01268713eca5f7a87c8a81c2692dc04dd0e0 (diff) | |
download | freebsd-ports-gnome-70e3daab122c5274e375af28dd3794327b04d227.tar.gz freebsd-ports-gnome-70e3daab122c5274e375af28dd3794327b04d227.tar.zst freebsd-ports-gnome-70e3daab122c5274e375af28dd3794327b04d227.zip |
- Style: don't quote COMMENT, it looks nasty in `make describe` output
Diffstat (limited to 'german/steak')
-rw-r--r-- | german/steak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/steak/Makefile b/german/steak/Makefile index 2cce02cd7745..0bf7a298268f 100644 --- a/german/steak/Makefile +++ b/german/steak/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Steak.${PORTVERSION} MAINTAINER= h.eichmann@gmx.de -COMMENT= "An english <-> german dictionary under the GPL" +COMMENT= An english <-> german dictionary under the GPL RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell |