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 | |
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')
-rw-r--r-- | x11-wm/xfce/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/xfce/pkg-plist | 2 | ||||
-rw-r--r-- | x11-wm/xfce4/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/xfce4/pkg-plist | 2 |
4 files changed, 12 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 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> diff --git a/x11-wm/xfce4/pkg-plist b/x11-wm/xfce4/pkg-plist index ba601eb956a6..8fa44363741f 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 |