diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-08 01:04:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-08 01:04:00 +0800 |
commit | b2abf95ad6440ae9568c665f37ed2d98440de73f (patch) | |
tree | d0c0f9f5d2218b9df9545a192898f64ab4e02f72 /databases/db41/Makefile | |
parent | 31f2bb9ececd3ae4755a0afcfb68d34695455f6f (diff) | |
download | freebsd-ports-gnome-b2abf95ad6440ae9568c665f37ed2d98440de73f.tar.gz freebsd-ports-gnome-b2abf95ad6440ae9568c665f37ed2d98440de73f.tar.zst freebsd-ports-gnome-b2abf95ad6440ae9568c665f37ed2d98440de73f.zip |
Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
PR: 30920
Submitted by: MAINTAINER
Prompted by: Mike Meyer <mwm@mired.org>
Diffstat (limited to 'databases/db41/Makefile')
-rw-r--r-- | databases/db41/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/db41/Makefile b/databases/db41/Makefile index 6f530585878e..e4f17b13794d 100644 --- a/databases/db41/Makefile +++ b/databases/db41/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> |