diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-04 06:20:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-04 06:20:02 +0800 |
commit | 78e0783e6186dd06e9a3ffedcac804fc8fb26f96 (patch) | |
tree | 891d7b3a723dc976b8f4dd6a93306f0494918baa /lang | |
parent | f05ac9e6231c8bc2be2330993dafa3cb9b4359c1 (diff) | |
download | freebsd-ports-gnome-78e0783e6186dd06e9a3ffedcac804fc8fb26f96.tar.gz freebsd-ports-gnome-78e0783e6186dd06e9a3ffedcac804fc8fb26f96.tar.zst freebsd-ports-gnome-78e0783e6186dd06e9a3ffedcac804fc8fb26f96.zip |
Fix a stage symlink
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pnetlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pnetlib/Makefile b/lang/pnetlib/Makefile index b49450c22387..862e3d120464 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 |