diff options
Diffstat (limited to 'databases/db45/Makefile')
-rw-r--r-- | databases/db45/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/db45/Makefile b/databases/db45/Makefile index 6f53058..e4f17b1 100644 --- a/databases/db45/Makefile +++ b/databases/db45/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> |