svn commit: r342474 - head/lang/pnetlib

Antoine Brodin antoine at FreeBSD.org
Mon Feb 3 22:20:02 UTC 2014


Author: antoine
Date: Mon Feb  3 22:20:02 2014
New Revision: 342474
URL: http://svnweb.freebsd.org/changeset/ports/342474
QAT: https://qat.redports.org/buildarchive/r342474/

Log:
  Fix a stage symlink

Modified:
  head/lang/pnetlib/Makefile

Modified: head/lang/pnetlib/Makefile
==============================================================================
--- head/lang/pnetlib/Makefile	Mon Feb  3 21:55:12 2014	(r342473)
+++ head/lang/pnetlib/Makefile	Mon Feb  3 22:20:02 2014	(r342474)
@@ -27,6 +27,8 @@ OPTIONS_DEFAULT=	X11
 X11_USE=	XORG=x11
 
 post-patch:
+	@${REINPLACE_CMD} 's|$$(LN_S) $$(DESTDIR)$$(libdir)/cscc/lib/$$(FRAMEWORK_VERSION)/pinvoke.map|$$(LN_S) $$(FRAMEWORK_VERSION)/pinvoke.map|' \
+		${WRKSRC}/tools/Makefile.in
 	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} \
 		$$ac_aux_dir|$$ac_aux_dir|' ${WRKSRC}/configure
 


More information about the svn-ports-all mailing list