diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-01-22 15:42:43 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-01-22 15:42:43 +0000 |
commit | ce5e2fc7df47975f28ce317f33e2fa0bf0ba62ea (patch) | |
tree | da327d73c642a8bef7bb5620929d19e674341c73 /databases/db47/Makefile | |
parent | 688fdbc2d0c32fa3e3bd975e8f52ddcce7355879 (diff) |
- Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround in
bsd.port.mk also handles configure script outside of WRKSRC.
Exp-runs by: miwi
Notes
Notes:
svn path=/head/; revision=289626
Diffstat (limited to 'databases/db47/Makefile')
-rw-r--r-- | databases/db47/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/databases/db47/Makefile b/databases/db47/Makefile index 891c687fa65b..635aa8520c30 100644 --- a/databases/db47/Makefile +++ b/databases/db47/Makefile @@ -53,11 +53,6 @@ INSTALL_TARGET+= install_docs docdir=${DOCSDIR} PORTDOCS= * .endif -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 |