svn commit: r563751 - head/archivers/kzip

Antoine Brodin antoine at FreeBSD.org
Mon Feb 1 19:48:27 UTC 2021


Author: antoine
Date: Mon Feb  1 19:48:21 2021
New Revision: 563751
URL: https://svnweb.freebsd.org/changeset/ports/563751

Log:
  Do not include bsd.port.mk twice

Modified:
  head/archivers/kzip/Makefile

Modified: head/archivers/kzip/Makefile
==============================================================================
--- head/archivers/kzip/Makefile	Mon Feb  1 19:47:20 2021	(r563750)
+++ head/archivers/kzip/Makefile	Mon Feb  1 19:48:21 2021	(r563751)
@@ -33,4 +33,4 @@ PLIST_FILES=	bin/kzip
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/kzip-static ${STAGEDIR}${PREFIX}/bin/kzip
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list