svn commit: r308164 - head/x11-toolkits/open-motif

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 3 18:25:45 UTC 2012


Author: amdmi3
Date: Mon Dec  3 18:25:44 2012
New Revision: 308164
URL: http://svnweb.freebsd.org/changeset/ports/308164

Log:
  - Fix build with nondefault LOCALBASE
  
  PR:		174019
  Submitted by:	myself
  Approved by:	Mikhail Tsatsenko <m.tsatsenko at gmail.com> (maintainer)
  Feature safe:	yes

Modified:
  head/x11-toolkits/open-motif/Makefile

Modified: head/x11-toolkits/open-motif/Makefile
==============================================================================
--- head/x11-toolkits/open-motif/Makefile	Mon Dec  3 18:25:14 2012	(r308163)
+++ head/x11-toolkits/open-motif/Makefile	Mon Dec  3 18:25:44 2012	(r308164)
@@ -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


More information about the svn-ports-all mailing list