diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-23 07:17:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-23 07:17:46 +0000 |
commit | 3724b470e658c2f9372f73d15f9ed07dd7c8c75d (patch) | |
tree | 18d0be86ea84a2fe0f0268ca3ff44f03918bb55c /databases | |
parent | 05422fd6517f503147e442efc9f703c1e592d6bf (diff) | |
download | ports-3724b470e658c2f9372f73d15f9ed07dd7c8c75d.tar.gz ports-3724b470e658c2f9372f73d15f9ed07dd7c8c75d.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird25-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile index e25fd222f5c3..52ef3de233d1 100644 --- a/databases/firebird25-server/Makefile +++ b/databases/firebird25-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= firebird PORTVERSION= 2.5.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server @@ -208,7 +208,7 @@ post-install-DOCS-on: @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" @${MKDIR} ${FB_DOCS_DIRS:S!^!${STAGEDIR}${DOCSDIR}/!} ${INSTALL_DATA} ${FB_DOCS_FILES:S!^!${WRKSRC}/doc/!} ${STAGEDIR}${DOCSDIR} - ${LN} -sf ${DOCSDIR}/README.user ${STAGEDIR}${DOCSDIR}/README + ${LN} -sf README.user ${STAGEDIR}${DOCSDIR}/README ${INSTALL_DATA} ${WRKSRC}/doc/sql.extensions/* ${STAGEDIR}${DOCSDIR}/sql.extensions ${INSTALL_DATA} ${WRKSRC}/doc/license/* ${STAGEDIR}${DOCSDIR}/license ${INSTALL_DATA} ${WRKSRC}/src/misc/upgrade/v2/* ${STAGEDIR}${DOCSDIR}/upgrade |