1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix install error message.

This commit is contained in:
Cy Schubert 2002-09-09 14:14:38 +00:00
parent 6a6d662709
commit 2c19fe23a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65918
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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.