summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm24/files/patch-utils::Makefile.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /x11-wm/fvwm24/files/patch-utils::Makefile.in
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'x11-wm/fvwm24/files/patch-utils::Makefile.in')
-rw-r--r--x11-wm/fvwm24/files/patch-utils::Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-wm/fvwm24/files/patch-utils::Makefile.in b/x11-wm/fvwm24/files/patch-utils::Makefile.in
deleted file mode 100644
index 2db2962389e3..000000000000
--- a/x11-wm/fvwm24/files/patch-utils::Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- utils/Makefile.in.orig Sun Aug 11 08:10:50 2002
-+++ utils/Makefile.in Mon Sep 9 06:46:39 2002
-@@ -478,8 +478,8 @@
- echo "Warning: $(bindir)/fvwm-root symlink was not created"
-
- install-data-local:
-- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm-root.1 || true
-- @$(NEW_NAME_SYMLINKS) $(LN_S) xpmroot.1 $(DESTDIR)$(mandir)/man1/fvwm-root.1 || \
-+ @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm-root.1.gz || true
-+ @$(NEW_NAME_SYMLINKS) $(LN_S) xpmroot.1.gz $(DESTDIR)$(mandir)/man1/fvwm-root.1.gz || \
- echo "Warning: $(mandir)/man1/fvwm-root.1 symlink was not created"
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.