summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-03 22:20:02 +0000
committerantoine <antoine@FreeBSD.org>2014-02-03 22:20:02 +0000
commit78e0783e6186dd06e9a3ffedcac804fc8fb26f96 (patch)
tree891d7b3a723dc976b8f4dd6a93306f0494918baa
parentf05ac9e6231c8bc2be2330993dafa3cb9b4359c1 (diff)
downloadFreeBSD-ports-78e0783e6186dd06e9a3ffedcac804fc8fb26f96.zip
FreeBSD-ports-78e0783e6186dd06e9a3ffedcac804fc8fb26f96.tar.gz
Fix a stage symlink
-rw-r--r--lang/pnetlib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pnetlib/Makefile b/lang/pnetlib/Makefile
index b49450c..862e3d1 100644
--- a/lang/pnetlib/Makefile
+++ b/lang/pnetlib/Makefile
@@ -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
OpenPOWER on IntegriCloud