pkgsrc-WIP-changes archive

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

surf: (mostly) cosmetic changes



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

Modified Files:
	surf/Makefile

Log Message:
surf: (mostly) cosmetic changes

o Convert SUBST_STAGE to pre-configure (and while here get ride of the comment
  already present 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=f86955863a87d2cdcef65c7d9a84e58ecce0b638

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

diffstat:
 surf/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/surf/Makefile b/surf/Makefile
index 29a5588..46574f5 100644
--- a/surf/Makefile
+++ b/surf/Makefile
@@ -13,9 +13,8 @@ MAKE_JOBS_SAFE=	no
 
 USE_TOOLS+=		pkg-config
 
-# Adjust config.mk
 SUBST_CLASSES+=		configmk
-SUBST_STAGE.configmk=	pre-patch
+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'


Home | Main Index | Thread Index | Old Index