diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-23 01:09:27 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-23 01:09:27 +0800 |
commit | 492682074c417f450baa3b0853656df04c35a56b (patch) | |
tree | 9f9e28cb36aeaccc0d3667d497cee9521ce54aed /x11 | |
parent | 16869376249ad643dc2d92c235491373e188f20f (diff) | |
download | freebsd-ports-gnome-492682074c417f450baa3b0853656df04c35a56b.tar.gz freebsd-ports-gnome-492682074c417f450baa3b0853656df04c35a56b.tar.zst freebsd-ports-gnome-492682074c417f450baa3b0853656df04c35a56b.zip |
Make COMMENT overridable (needed by kde-lite).
Diffstat (limited to 'x11')
-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) |