diff options
-rw-r--r-- | x11/kde3/Makefile | 2 | ||||
-rw-r--r-- | x11/kde4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 7f8799337cc7..869d2617b593 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -15,7 +15,7 @@ DISTFILES= # none EXTRACT_ONLY= # empty MAINTAINER= kde@FreeBSD.org -COMMENT= The "meta-port" for KDE +COMMENT?= The "meta-port" for KDE # This port conflicts with the kde-lite port, so make it known. .if defined(IS_INTERACTIVE) diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 7f8799337cc7..869d2617b593 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -15,7 +15,7 @@ DISTFILES= # none EXTRACT_ONLY= # empty MAINTAINER= kde@FreeBSD.org -COMMENT= The "meta-port" for KDE +COMMENT?= The "meta-port" for KDE # This port conflicts with the kde-lite port, so make it known. .if defined(IS_INTERACTIVE) |