aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/foundationdb/Makefile3
-rw-r--r--databases/foundationdb/pkg-plist1
2 files changed, 4 insertions, 0 deletions
diff --git a/databases/foundationdb/Makefile b/databases/foundationdb/Makefile
index f15a37a496c5..d6aa594f6e6d 100644
--- a/databases/foundationdb/Makefile
+++ b/databases/foundationdb/Makefile
@@ -1,5 +1,6 @@
PORTNAME= foundationdb
DISTVERSION= 7.1.25
+PORTREVISION= 1
CATEGORIES= databases
# PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/
@@ -82,6 +83,8 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/foundationdb
${INSTALL_DATA} ${WRKSRC}/bindings/c/foundationdb/fdb_c.h \
${STAGEDIR}/${PREFIX}/include/foundationdb/
+ ${INSTALL_DATA} ${WRKSRC}/bindings/c/foundationdb/fdb_c_types.h \
+ ${STAGEDIR}/${PREFIX}/include/foundationdb/
${INSTALL_DATA} ${WRKSRC}/fdbclient/vexillographer/fdb.options \
${STAGEDIR}/${PREFIX}/include/foundationdb/
${INSTALL_DATA} ${WRKDIR}/.build/bindings/c/foundationdb/fdb_c_options.g.h \
diff --git a/databases/foundationdb/pkg-plist b/databases/foundationdb/pkg-plist
index 453f6054fc15..d8047da25f25 100644
--- a/databases/foundationdb/pkg-plist
+++ b/databases/foundationdb/pkg-plist
@@ -18,6 +18,7 @@ bin/fdbserver
bin/tutorial
include/foundationdb/fdb.options
include/foundationdb/fdb_c.h
+include/foundationdb/fdb_c_types.h
include/foundationdb/fdb_c_options.g.h
lib/libfdb_c.so
lib/libfdb_flow.a