pkgsrc-WIP-changes archive

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

stagit*: Adjust SUBST_MESSAGE



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon May 27 22:40:49 2019 +0200
Changeset:	ffbce73a783eddb1ef65053ba5538ea961ceb28c

Modified Files:
	stagit-gopher/Makefile
	stagit/Makefile

Log Message:
stagit*: Adjust SUBST_MESSAGE

Avoid to comment SUBST_CLASSES: SUBST_MESSAGE is used to describe them.

Discussed with <fcambus>, thanks!

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

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

diffstat:
 stagit-gopher/Makefile | 3 +--
 stagit/Makefile        | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/stagit-gopher/Makefile b/stagit-gopher/Makefile
index 13c14682bf..09ebcc6f78 100644
--- a/stagit-gopher/Makefile
+++ b/stagit-gopher/Makefile
@@ -11,10 +11,9 @@ LICENSE=	mit
 
 USE_LANGUAGES=	c99
 
-# Adjust config.mk
 SUBST_CLASSES+=		makefile
 SUBST_STAGE.makefile=	pre-configure
-SUBST_MESSAGE.makefile=	Fixing config.mk
+SUBST_MESSAGE.makefile=	Adjust config.mk
 SUBST_FILES.makefile=	config.mk
 SUBST_SED.makefile+=	-e '/^CFLAGS/ s,-O2,,'
 SUBST_SED.makefile+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
diff --git a/stagit/Makefile b/stagit/Makefile
index b7954f09b0..2eae15cab5 100644
--- a/stagit/Makefile
+++ b/stagit/Makefile
@@ -11,10 +11,9 @@ LICENSE=	mit
 
 USE_LANGUAGES=	c99
 
-# Adjust config.mk
 SUBST_CLASSES+=		makefile
 SUBST_STAGE.makefile=	pre-configure
-SUBST_MESSAGE.makefile=	Fixing config.mk
+SUBST_MESSAGE.makefile=	Adjust config.mk
 SUBST_FILES.makefile=	config.mk
 SUBST_SED.makefile+=	-e '/^CFLAGS/ s,-O2,,'
 SUBST_SED.makefile+=	-e 's,^CFLAGS *= ,CFLAGS += ,'


Home | Main Index | Thread Index | Old Index