diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-12-04 02:25:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-12-04 02:25:44 +0800 |
commit | e6fed7ffe194266dca5cf0f35c3f1f27d6c727ab (patch) | |
tree | c59c2fa48cb099a5d45e232c5a7073cc74d739b8 /x11-toolkits/open-motif | |
parent | a39090b688a59d94f9efdf040e11f0814584ec92 (diff) | |
download | freebsd-ports-gnome-e6fed7ffe194266dca5cf0f35c3f1f27d6c727ab.tar.gz freebsd-ports-gnome-e6fed7ffe194266dca5cf0f35c3f1f27d6c727ab.tar.zst freebsd-ports-gnome-e6fed7ffe194266dca5cf0f35c3f1f27d6c727ab.zip |
- Fix build with nondefault LOCALBASE
PR: 174019
Submitted by: myself
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index c120b7cf55d4..57e09e278219 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -87,6 +87,7 @@ 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.ac pre-configure: cd ${WRKSRC} && ./autogen.sh |