pkgsrc-WIP-changes archive

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

spamassassin-cvs: replace SUBST_SED with simpler SUBST_VARS



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <roland.illig%gmx.de@localhost>
Pushed By:	rillig
Date:		Sat Jun 8 11:14:14 2019 +0200
Changeset:	3c09bba4eb423a131a81663f84c0c61e06413287

Modified Files:
	spamassassin-cvs/Makefile

Log Message:
spamassassin-cvs: replace SUBST_SED with simpler SUBST_VARS

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

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

diffstat:
 spamassassin-cvs/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/spamassassin-cvs/Makefile b/spamassassin-cvs/Makefile
index 729f83e136..64f8a2cbf8 100644
--- a/spamassassin-cvs/Makefile
+++ b/spamassassin-cvs/Makefile
@@ -141,9 +141,7 @@ SUBST_SED.sa1=		-e s!@SA_CONTACT_ADDRESS@!${SPAMASSASSIN_CONTACT_ADDRESS}!
 
 SUBST_STAGE.sa2=	post-patch
 SUBST_FILES.sa2=	README spamd/spamd.raw
-SUBST_SED.sa2=		-e s!@PREFIX@!${PREFIX}!g			\
-			-e s!@PKG_SYSCONFDIR@!${PKG_SYSCONFDIR}!g	\
-			-e s!@SA_SSLCERTS@!${SA_SSLCERTS}!g
+SUBST_VARS.sa2=		PREFIX PKG_SYSCONFDIR SA_SSLCERTS
 
 SUBST_STAGE.sa3=	post-patch
 SUBST_FILES.sa3=	INSTALL USAGE lib/Mail/SpamAssassin/Conf.pm	\


Home | Main Index | Thread Index | Old Index