- fix build with custom LOCALBASE

Reported by:	QAT
This commit is contained in:
Dirk Meyer 2009-07-05 04:53:31 +00:00
parent b8eb146d98
commit 0ea1cd887f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237156

View File

@ -34,4 +34,9 @@ BROKEN= gp-relative relocation against dynamic symbol
.endif
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
post-patch:
${REINPLACE_CMD} -e "s|/usr/local/|${LOCALBASE}/|g" \
${WRKSRC}/configure
.include <bsd.port.post.mk>