diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-22 17:09:27 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-22 17:09:27 +0000 |
commit | d35fa4ea5334671c99f971404d73a17c457b5a33 (patch) | |
tree | 60c74ad9f4e04d3fc49c440ba5363fbb5c6c6d5a | |
parent | 63db2630dc03d797bcf04c652282445a51e48649 (diff) | |
download | ports-d35fa4ea5334671c99f971404d73a17c457b5a33.tar.gz ports-d35fa4ea5334671c99f971404d73a17c457b5a33.zip |
Notes
-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) |