diff --git a/databases/firebird40-server/Makefile b/databases/firebird40-server/Makefile index 30162982344c..4970da03602c 100644 --- a/databases/firebird40-server/Makefile +++ b/databases/firebird40-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= firebird -PORTVERSION= 4.0.5 -PORTREVISION= 1 +DISTVERSION= 4.0.5 +PORTREVISION= 2 CATEGORIES?= databases MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server @@ -182,6 +182,8 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/firebird ${INSTALL_DATA} ${CLIENT_HEADER:S!^!${WRKSRC}/src/!} ${STAGEDIR}${PREFIX}/include + @${MKDIR} ${STAGEDIR}${PREFIX}/include/gen + ${INSTALL_DATA} ${WRKSRC}/src/include/gen/iberror.h ${STAGEDIR}${PREFIX}/include/gen @cd ${WRKSRC}/src/include/firebird && \ ${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/include/firebird/{}" \; diff --git a/databases/firebird40-server/pkg-plist.client b/databases/firebird40-server/pkg-plist.client index 83fe7fc4b3ac..b2efbf46a67e 100644 --- a/databases/firebird40-server/pkg-plist.client +++ b/databases/firebird40-server/pkg-plist.client @@ -39,6 +39,7 @@ include/firebird/impl/dsc_pub.h include/firebird/impl/inf_pub.h include/firebird/impl/sqlda_pub.h include/firebird/impl/types_pub.h +include/gen/iberror.h include/ib_util.h include/ibase.h include/iberror.h