pkgsrc-WIP-changes archive

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

bitcoin: Drop quotes on SUBST_MESSAGE



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By:	gdt
Date:		Mon Nov 28 14:20:32 2016 -0500
Changeset:	d73602dcff7e8346e06f289d1d07b592806195de

Modified Files:
	bitcoin/Makefile

Log Message:
bitcoin: Drop quotes on SUBST_MESSAGE

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

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

diffstat:
 bitcoin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bitcoin/Makefile b/bitcoin/Makefile
index b88f284..aa72113 100644
--- a/bitcoin/Makefile
+++ b/bitcoin/Makefile
@@ -46,7 +46,7 @@ CONF_FILES_PERMS=	${EGDIR}/bitcoin.conf ${PKG_SYSCONFDIR}/bitcoin.conf ${REAL_RO
 SUBST_CLASSES+= 	pkg
 SUBST_STAGE.pkg= 	post-patch
 SUBST_SED.pkg=		-e "s|/usr/|${PREFIX}/|g"
-SUBST_MESSAGE.pkg=	"Fixing /usr references to ${PREFIX}."
+SUBST_MESSAGE.pkg=	Fixing /usr references to ${PREFIX}.
 
 # bitcoin does not actually have releases; only snapshots of the
 # repository from which a release would have been made.  Remedially


Home | Main Index | Thread Index | Old Index