diff options
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 |