diff options
author | nakai <nakai@FreeBSD.org> | 2002-08-03 19:35:44 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2002-08-03 19:35:44 +0800 |
commit | b328f21cdba28936c3d39d7c5c3583e12efea328 (patch) | |
tree | e3c5e9c3c22220f598e696983d5312c290e16aae /x11-wm/xfce4/Makefile | |
parent | bbf1bcf72f0812dbe30b8d6384eef08707330780 (diff) | |
download | freebsd-ports-gnome-b328f21cdba28936c3d39d7c5c3583e12efea328.tar.gz freebsd-ports-gnome-b328f21cdba28936c3d39d7c5c3583e12efea328.tar.zst freebsd-ports-gnome-b328f21cdba28936c3d39d7c5c3583e12efea328.zip |
symbolic link to see image in help file
PR: ports/36526
Submitted by: Mark Hannon <markhannon@optushome.com.au>
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index ba849736d7eb..aa8b63f157d2 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/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> |