diff options
Diffstat (limited to 'databases/db48')
-rw-r--r-- | databases/db48/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/db48/Makefile b/databases/db48/Makefile index 95d14f965882..9ace74f87093 100644 --- a/databases/db48/Makefile +++ b/databases/db48/Makefile @@ -32,6 +32,11 @@ LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LDCONFIG= yes +pre-configure: + @${REINPLACE_CMD} -e 's|freebsd1\*)|freebsd1\.\*)|' \ + -e 's|freebsd\[123\]\*)|freebsd\[123\]\.\*)|' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} + post-install: .for i in libdb libdb_cxx ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib |