diff options
author | Cy Schubert <cy@FreeBSD.org> | 2008-12-13 06:26:29 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2008-12-13 06:26:29 +0000 |
commit | 5b7c6b6b6b4e379d99ad49ac46dc91a6f38fc5e6 (patch) | |
tree | a55f6dbb7433f17fd0af68f69eeefeb2040670d7 /x11-wm/fvwm24/Makefile | |
parent | - fix include for gcc43 (diff) |
Fix broken symlink when NOMANCOMPRESS is defined.
PR: 129465
Submitted by: "N.J. Mann" <njm@njm.me.uk>
Notes
Notes:
svn path=/head/; revision=224176
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index cc2dd81e5ba3..0cedb2b9228c 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -71,6 +71,9 @@ MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \ fvwm2.1 fvwm24_convert.1 fvwmbug.1 fvwmrc_convert.1 xpmroot.1 \ fvwm-config.1 +MLINKS= fvwm2.1 fvwm.1 \ + xpmroot.1 fvwm-root.1 + .if ${HAVE_GNOME:Mimlib}!="" USE_GNOME= imlib CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints \ |