spamassassin-cvs: replace SUBST_SED with simpler SUBST_VARS

This commit is contained in:
Roland Illig 2019-06-08 11:14:14 +02:00
parent 9ea2e43a84
commit 3c09bba4eb
1 changed files with 1 additions and 3 deletions

View File

@ -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 \