diff options
author | nakai <nakai@FreeBSD.org> | 2002-08-03 11:35:44 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2002-08-03 11:35:44 +0000 |
commit | b328f21cdba28936c3d39d7c5c3583e12efea328 (patch) | |
tree | e3c5e9c3c22220f598e696983d5312c290e16aae /x11-wm/xfce4 | |
parent | bbf1bcf72f0812dbe30b8d6384eef08707330780 (diff) | |
download | FreeBSD-ports-b328f21cdba28936c3d39d7c5c3583e12efea328.zip FreeBSD-ports-b328f21cdba28936c3d39d7c5c3583e12efea328.tar.gz |
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')
-rw-r--r-- | x11-wm/xfce4/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/xfce4/pkg-plist | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index ba84973..aa8b63f 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> diff --git a/x11-wm/xfce4/pkg-plist b/x11-wm/xfce4/pkg-plist index ba601eb..8fa4436 100644 --- a/x11-wm/xfce4/pkg-plist +++ b/x11-wm/xfce4/pkg-plist @@ -641,6 +641,8 @@ share/xfce/textures/oldwood.xpm share/xfce/textures/paper.xpm share/xfce/textures/silver.xpm share/xfce/textures/stripe.xpm +@exec ln -s %D/share/xfce/help/html/images %D/share/xfce/help/images +@unexec rm %D/share/xfce/help/images @dirrm etc/xfce @dirrm share/xfce/backdrops @dirrm share/xfce/cursors |