aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2011-09-10 13:05:33 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2011-09-10 13:05:33 +0800
commitc0ec606d62a637cabbdc4e50ba6182b19324f166 (patch)
tree71465c9f19c464d93fdcabdf5bb320d1233e7716
parentaf923766cdb7e98d215f1197b22828693a40f58a (diff)
downloadfreebsd-ports-gnome-c0ec606d62a637cabbdc4e50ba6182b19324f166.tar.gz
freebsd-ports-gnome-c0ec606d62a637cabbdc4e50ba6182b19324f166.tar.zst
freebsd-ports-gnome-c0ec606d62a637cabbdc4e50ba6182b19324f166.zip
- Respect LOCALBASE
PR: 160550 Submitted by: myself Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
-rw-r--r--x11-toolkits/open-motif/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile
index 8b71d0206a9e..83ffa5822493 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/open-motif/Makefile
@@ -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)