pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

unit: move COMMENT from the Makefile.common to the Makefile.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Sat Feb 6 16:39:44 2021 -0500
Changeset:	e98665bfe92ef238575af4850213628e0cf55637

Modified Files:
	unit/Makefile
	unit/Makefile.common

Log Message:
unit: move COMMENT from the Makefile.common to the Makefile.

Suggested by:	Roland Illig <roland.illig%gmx.de@localhost>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e98665bfe92ef238575af4850213628e0cf55637

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unit/Makefile        | 2 ++
 unit/Makefile.common | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/unit/Makefile b/unit/Makefile
index 0a111b8d27..34eafcf651 100644
--- a/unit/Makefile
+++ b/unit/Makefile
@@ -4,6 +4,8 @@
 
 DISTNAME=	unit-${UNIT_VERSION}
 
+COMMENT=	Dynamic web application server
+
 MAINTAINER=	osa%FreeBSD.org@localhost
 
 RCD_SCRIPTS=	unit
diff --git a/unit/Makefile.common b/unit/Makefile.common
index 58edc4d1cc..07dce8f759 100644
--- a/unit/Makefile.common
+++ b/unit/Makefile.common
@@ -13,7 +13,6 @@ CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 
 HOMEPAGE=	https://unit.nginx.org/
-COMMENT?=	Dynamic web application server
 LICENSE=	apache-2.0
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index