- Respect LOCALBASE

PR:		160550
Submitted by:	myself
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
This commit is contained in:
Dmitry Marakasov 2011-09-10 05:05:33 +00:00
parent 0e43496b99
commit baa9fa30e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281551

View File

@ -86,6 +86,8 @@ post-patch:
@${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \
${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \
s|file formats|5|'
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/configure
post-install:
.if defined(WITH_OPENMOTIF_DEMOS)