diff options
author | cy <cy@FreeBSD.org> | 2002-09-09 22:14:38 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-09-09 22:14:38 +0800 |
commit | 178720b4629fe1c2b10858038c4efcdfe3abf15f (patch) | |
tree | d4ce41faad3bd7da8391bbc7fdeae0f8d6f1517f /x11-wm | |
parent | 29d34d58c415a2549d03b13dbee1a218e7fa57dc (diff) | |
download | freebsd-ports-gnome-178720b4629fe1c2b10858038c4efcdfe3abf15f.tar.gz freebsd-ports-gnome-178720b4629fe1c2b10858038c4efcdfe3abf15f.tar.zst freebsd-ports-gnome-178720b4629fe1c2b10858038c4efcdfe3abf15f.zip |
Fix install error message.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2/files/patch-fvwm::Makefile.in | 4 | ||||
-rw-r--r-- | x11-wm/fvwm24/files/patch-fvwm::Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/files/patch-fvwm::Makefile.in b/x11-wm/fvwm2/files/patch-fvwm::Makefile.in index 4e3d3256281d..0928c9397003 100644 --- a/x11-wm/fvwm2/files/patch-fvwm::Makefile.in +++ b/x11-wm/fvwm2/files/patch-fvwm::Makefile.in @@ -8,6 +8,8 @@ - @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1 $(DESTDIR)$(mandir)/man1/fvwm.1 || \ + @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1.gz || true + @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1.gz $(DESTDIR)$(mandir)/man1/fvwm.1.gz || \ - echo "Warning: $(mandir)/man1/fvwm.1 symlink was not created" +- echo "Warning: $(mandir)/man1/fvwm.1 symlink was not created" ++ echo "Warning: $(mandir)/man1/fvwm.1.gz symlink was not created" # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/x11-wm/fvwm24/files/patch-fvwm::Makefile.in b/x11-wm/fvwm24/files/patch-fvwm::Makefile.in index 4e3d3256281d..0928c9397003 100644 --- a/x11-wm/fvwm24/files/patch-fvwm::Makefile.in +++ b/x11-wm/fvwm24/files/patch-fvwm::Makefile.in @@ -8,6 +8,8 @@ - @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1 $(DESTDIR)$(mandir)/man1/fvwm.1 || \ + @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1.gz || true + @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1.gz $(DESTDIR)$(mandir)/man1/fvwm.1.gz || \ - echo "Warning: $(mandir)/man1/fvwm.1 symlink was not created" +- echo "Warning: $(mandir)/man1/fvwm.1 symlink was not created" ++ echo "Warning: $(mandir)/man1/fvwm.1.gz symlink was not created" # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |