svn commit: r483852 - head/security/botan110

Antoine Brodin antoine at FreeBSD.org
Fri Nov 2 23:00:33 UTC 2018


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>


More information about the svn-ports-all mailing list