aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-06-28 18:30:13 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-06-28 18:30:57 +0000
commit2339b1a1aeffd6424a58806f77cde72b57d82f92 (patch)
treec241627d9cdff32dad6cc8afa06b3b13356b82c9
parent88761ddb6f8af2c162440c8da042825b5bf47368 (diff)
downloadports-2339b1a1aeffd6424a58806f77cde72b57d82f92.tar.gz
ports-2339b1a1aeffd6424a58806f77cde72b57d82f92.zip
databases/firebird40-client: Fix pkg-plist
-rw-r--r--databases/firebird40-server/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/firebird40-server/Makefile b/databases/firebird40-server/Makefile
index 58458196a63d..0e1d46082f12 100644
--- a/databases/firebird40-server/Makefile
+++ b/databases/firebird40-server/Makefile
@@ -1,5 +1,6 @@
PORTNAME= firebird
PORTVERSION= 4.0.0
+PORTREVISION= 1
CATEGORIES?= databases
MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server
@@ -102,7 +103,7 @@ OPTIONS_DEFINE= DOCS
DOCS_PORTDOCS= *
-FB_DOCS_FILES= WhatsNew README.* Firebird* ambiguity.txt \
+FB_DOCS_FILES= README.* Firebird* ambiguity.txt \
ods11-index-structure.html
FB_DOCS_DIRS= sql.extensions license upgrade
.endif
@@ -142,7 +143,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${CONFDIR}
${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/databases.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/databases.conf.sample
${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/fbtrace.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/fbtrace.conf
- ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/replication.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/replication.conf
+ ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/replication.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/replication.conf.sample
${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/plugins.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/plugins.conf.sample
${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/plugins/udr_engine.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/udr_engine.conf.sample