From 6833446d9bf4ab75728a4b6e84e7b5c49939ea99 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 25 Feb 2016 18:11:37 +0000 Subject: - Fix build on current - Simplify custom makefile handling --- mail/libdomainkeys/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/libdomainkeys/Makefile') diff --git a/mail/libdomainkeys/Makefile b/mail/libdomainkeys/Makefile index 344bdaa21f53..3b4d61fb7153 100644 --- a/mail/libdomainkeys/Makefile +++ b/mail/libdomainkeys/Makefile @@ -13,13 +13,12 @@ USES= uidfix USE_LDCONFIG= yes SHLIB_MAJOR= 3 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}" USE_OPENSSL= yes post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev - @${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \ - ${FILESDIR}/Makefile > ${WRKSRC}/Makefile + @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile post-install: @${MKDIR} ${STAGEDIR}${DATADIR} -- cgit v1.2.3