From 492682074c417f450baa3b0853656df04c35a56b Mon Sep 17 00:00:00 2001 From: lofi Date: Mon, 22 Mar 2004 17:09:27 +0000 Subject: Make COMMENT overridable (needed by kde-lite). --- x11/kde3/Makefile | 2 +- x11/kde4/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 7f8799337cc..869d2617b59 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 7f8799337cc..869d2617b59 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) -- cgit