summaryrefslogtreecommitdiff
path: root/x11-wm/xfce/Makefile
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2002-08-03 11:35:44 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2002-08-03 11:35:44 +0000
commit588282223a58b302e66230bf3c799cbf8364d89d (patch)
treefd61ae0048873e6ca3a4f3c795e9f11fd3f3e44c /x11-wm/xfce/Makefile
parentA trivial modification. ${LINUXBASE}/lib/ld.so, referenced in Makefile, (diff)
symbolic link to see image in help file
PR: ports/36526 Submitted by: Mark Hannon <markhannon@optushome.com.au>
Notes
Notes: svn path=/head/; revision=63904
Diffstat (limited to 'x11-wm/xfce/Makefile')
-rw-r--r--x11-wm/xfce/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile
index ba849736d7eb..aa8b63f157d2 100644
--- a/x11-wm/xfce/Makefile
+++ b/x11-wm/xfce/Makefile
@@ -64,4 +64,8 @@ pre-patch:
@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c
@${PERL} -pi -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in
+post-install:
+ @${LN} -sf ${PREFIX}/share/xfce/help/html/images \
+ ${PREFIX}/share/xfce/help/images
+
.include <bsd.port.post.mk>