svn commit: r502707 - head/devel/libbpfjit

George V. Neville-Neil gnn at FreeBSD.org
Sun May 26 10:03:49 UTC 2019


Author: gnn
Date: Sun May 26 10:03:48 2019
New Revision: 502707
URL: https://svnweb.freebsd.org/changeset/ports/502707

Log:
  Add missing include file to the list of things to install.

Modified:
  head/devel/libbpfjit/Makefile

Modified: head/devel/libbpfjit/Makefile
==============================================================================
--- head/devel/libbpfjit/Makefile	Sun May 26 09:44:10 2019	(r502706)
+++ head/devel/libbpfjit/Makefile	Sun May 26 10:03:48 2019	(r502707)
@@ -20,9 +20,10 @@ USE_LDCONFIG=	yes
 MAKEFILE=	GNUmakefile
 CFLAGS+=	-I${WRKSRC_sljit}/sljit_src
 
-PLIST_FILES=	lib/libbpfjit.a
+PLIST_FILES=	lib/libbpfjit.a include/bpfjit.h
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libbpfjit.a ${STAGEDIR}${PREFIX}/lib
+	${INSTALL_DATA} ${WRKSRC}/bpfjit.h ${STAGEDIR}${PREFIX}/include
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list