summaryrefslogtreecommitdiff
path: root/databases/db44/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-07 17:04:00 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-07 17:04:00 +0000
commitfcdf17994d2fef9e2a1378d164e5fd578e6ef262 (patch)
tree319e9435da77fa68a60981e928f5cf94a9f9baf0 /databases/db44/Makefile
parento update to 2.0 (diff)
Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer <mwm@mired.org>
Notes
Notes: svn path=/head/; revision=48528
Diffstat (limited to 'databases/db44/Makefile')
-rw-r--r--databases/db44/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile
index 6f530585878e..e4f17b13794d 100644
--- a/databases/db44/Makefile
+++ b/databases/db44/Makefile
@@ -38,5 +38,6 @@ pre-patch:
post-patch:
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
.include <bsd.port.mk>