aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-09-09 14:14:38 +0000
committerCy Schubert <cy@FreeBSD.org>2002-09-09 14:14:38 +0000
commit2c19fe23a29d3ed3732a37f65c6c5368d578c094 (patch)
tree6a6ecac1fe22fee3b79118278b61319dfe09b275
parent6a6d662709ff83b9f9c4d25b1faa70906d394cd6 (diff)
downloadports-2c19fe23a29d3ed3732a37f65c6c5368d578c094.tar.gz
ports-2c19fe23a29d3ed3732a37f65c6c5368d578c094.zip
Fix install error message.
Notes
Notes: svn path=/head/; revision=65918
-rw-r--r--x11-wm/fvwm2/files/patch-fvwm::Makefile.in4
-rw-r--r--x11-wm/fvwm24/files/patch-fvwm::Makefile.in4
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.