Subject: CVS commit: pkgsrc/security/libsecret
From: Leonardo Taccari
Date: 2018-05-21 09:24:20
Message id: 20180521072421.030B6FBEC@cvs.NetBSD.org

Log Message:
libsecret: Directly patch Makefile.in to avoid automake

Previously if `automake' was not available during the build,
patch-libsecret_Makefile.am was effectively not applied to the Makefile.
To avoid to depends on `automake' just directly patch the Makefile.in.

Should fix the problem reported by Mayuresh on pkgsrc-users@
regarding the use of dollar single quotes ($'...') (also if `automake' is not
available!).

Files:
RevisionActionfile
1.10modifypkgsrc/security/libsecret/distinfo
1.3addpkgsrc/security/libsecret/patches/patch-Makefile.in
1.1removepkgsrc/security/libsecret/patches/patch-libsecret_Makefile.am