1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- fix build with custom LOCALBASE

Reported by:	QAT
This commit is contained in:
Dirk Meyer 2009-06-12 08:39:43 +00:00
parent 316500632a
commit 25c057a5cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235637

View File

@ -48,7 +48,7 @@ CONFIGURE_ARGS+= -ruby
do-patch:
${REINPLACE_CMD} -e 's|int a;|int a=1;|' \
-e 's|/usr/local/|${LOCLABASE}/|' \
-e 's|/usr/local/|${LOCALBASE}/|' \
${WRKSRC}/${CONFIGURE_SCRIPT}
do-install: