diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-08-03 11:35:44 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-08-03 11:35:44 +0000 |
commit | 588282223a58b302e66230bf3c799cbf8364d89d (patch) | |
tree | fd61ae0048873e6ca3a4f3c795e9f11fd3f3e44c /x11-wm/xfce | |
parent | 353e96fcc451def17223b54f2cd2040ddf3566ee (diff) | |
download | ports-588282223a58b302e66230bf3c799cbf8364d89d.tar.gz ports-588282223a58b302e66230bf3c799cbf8364d89d.zip |
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')
-rw-r--r-- | x11-wm/xfce/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/xfce/pkg-plist | 2 |
2 files changed, 6 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> diff --git a/x11-wm/xfce/pkg-plist b/x11-wm/xfce/pkg-plist index ba601eb956a6..8fa44363741f 100644 --- a/x11-wm/xfce/pkg-plist +++ b/x11-wm/xfce/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 |