Date: Fri, 2 Nov 2018 23:00:32 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483852 - head/security/botan110 Message-ID: <201811022300.wA2N0W2g018220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Nov 2 23:00:32 2018 New Revision: 483852 URL: https://svnweb.freebsd.org/changeset/ports/483852 Log: Do not include bsd.port.mk twice Modified: head/security/botan110/Makefile Modified: head/security/botan110/Makefile ============================================================================== --- head/security/botan110/Makefile Fri Nov 2 21:02:29 2018 (r483851) +++ head/security/botan110/Makefile Fri Nov 2 23:00:32 2018 (r483852) @@ -57,4 +57,4 @@ post-patch-DOCS-off: post-install: @(cd "${STAGEDIR}${PREFIX}"; ${FIND} -s include/botan-1.10 -not -type d) >> ${TMPPLIST} -.include <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811022300.wA2N0W2g018220>