pkgsrc-WIP-changes archive

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

sic: (mostly) cosmetic changes



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Jan 21 15:19:03 2016 +0100
Changeset:	41261cfbb0d1f48267588301192cd1c0671ba1f2

Modified Files:
	sic/Makefile

Log Message:
sic: (mostly) cosmetic changes

o Convert SUBST_STAGE to pre-configure, better indent the various SUBST_* and
  get rid of the comment (already included as SUBST_MESSAGE)

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

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

diffstat:
 sic/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/sic/Makefile b/sic/Makefile
index d0c7c0a..a0ead12 100644
--- a/sic/Makefile
+++ b/sic/Makefile
@@ -11,11 +11,10 @@ LICENSE=	mit
 
 MAKE_JOBS_SAFE=	no
 
-# Adjust config.mk
 SUBST_CLASSES+=		configmk
-SUBST_STAGE.configmk=	pre-build
-SUBST_MESSAGE.configmk=		Fixing config.mk
-SUBST_FILES.configmk=		config.mk
+SUBST_STAGE.configmk=	pre-configure
+SUBST_MESSAGE.configmk=	Fixing config.mk
+SUBST_FILES.configmk=	config.mk
 SUBST_SED.configmk+=	-e 's,/usr/local,${PREFIX},g'
 SUBST_SED.configmk+=	-e 's,share/man,${PKGMANDIR},g'
 SUBST_SED.configmk+=	-e 's/cc/${CC:Q}/'


Home | Main Index | Thread Index | Old Index