Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 10:03:48 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502707 - head/devel/libbpfjit
Message-ID:  <201905261003.x4QA3mSF006189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905261003.x4QA3mSF006189>