diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2022-01-15 19:19:22 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2022-01-17 22:19:14 +0000 |
commit | 91b6c73155beee2b2573b1dac2cf44153d34ac02 (patch) | |
tree | 43d16633ee6525cba13d699884ab55fabaafb48e /databases/db5 | |
parent | 171f76521e4ec422dfd44548519f311d153f2bf6 (diff) |
Diffstat (limited to 'databases/db5')
-rw-r--r-- | databases/db5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile index 61ee4f591985..2b9082e1120e 100644 --- a/databases/db5/Makefile +++ b/databases/db5/Makefile @@ -78,10 +78,11 @@ CONFIGURE_ARGS+= --with-mutex=POSIX/pthreads .endif post-patch: - ${REINPLACE_CMD} -e '/^DOCLIST/{s/csharp//;}' ${WRKSRC}/../dist/Makefile.in - ${REINPLACE_CMD} -Ee 's/[[:<:]]atomic_init[[:>:]]/db_atomic_init/g' ${WRKSRC}/../src/mp/mp* ${WRKSRC}/../src/mutex/mut_* + ${REINPLACE_CMD} -i '' -e '/^DOCLIST/{s/csharp//;}' ${WRKSRC}/../dist/Makefile.in + ${REINPLACE_CMD} -i '' -Ee 's/[[:<:]]atomic_init[[:>:]]/db_atomic_init/g' ${WRKSRC}/../src/mp/mp* ${WRKSRC}/../src/mutex/mut_* post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/db5/db_* .for i in ${DBLIBS} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.so.0 ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${STAGEDIR}${PREFIX}/lib |