aboutsummaryrefslogtreecommitdiff
path: root/devel/kdesdk3/files/patch-scripts-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/kdesdk3/files/patch-scripts-Makefile.in')
-rw-r--r--devel/kdesdk3/files/patch-scripts-Makefile.in26
1 files changed, 12 insertions, 14 deletions
diff --git a/devel/kdesdk3/files/patch-scripts-Makefile.in b/devel/kdesdk3/files/patch-scripts-Makefile.in
index c2d77d483697..8fcf11e8249f 100644
--- a/devel/kdesdk3/files/patch-scripts-Makefile.in
+++ b/devel/kdesdk3/files/patch-scripts-Makefile.in
@@ -1,6 +1,6 @@
---- scripts/Makefile.in.orig Sat Feb 7 10:55:57 2004
-+++ scripts/Makefile.in Sat Feb 7 10:58:13 2004
-@@ -318,17 +318,6 @@
+--- scripts/Makefile.in.orig Thu Apr 8 08:22:21 2004
++++ scripts/Makefile.in Thu Apr 8 08:23:44 2004
+@@ -339,16 +339,6 @@
cxxmetric extend_dmalloc kdekillall kdelnk2desktop.py
@@ -12,20 +12,18 @@
- cvsblame.1 \
- includemocs.1
-
--
-CLEANFILES = $(man1_MANS)
-
# sorted alphabetically
noinst_SCRIPTS = \
add_trace.pl alldcop.rb authors2xml.pl check_licenses colorcvs \
-@@ -397,52 +386,6 @@
+@@ -435,51 +425,6 @@
+ distclean-libtool:
-rm -f libtool
uninstall-info-am:
-
--man1dir = $(mandir)/man1
-install-man1: $(man1_MANS) $(man_MANS)
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(man1dir)
+- test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
- @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
- for i in $$l2; do \
@@ -44,8 +42,8 @@
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
-- $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
+- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
- done
-uninstall-man1:
- @$(NORMAL_UNINSTALL)
@@ -65,14 +63,14 @@
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-- echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
-- rm -f $(DESTDIR)$(man1dir)/$$inst; \
+- echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
+- rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
- done
tags: TAGS
TAGS:
-@@ -576,22 +519,6 @@
- uninstall-man uninstall-man1
+@@ -610,22 +555,6 @@
+ uninstall-info-am uninstall-man uninstall-man1
-# it'd be too good if this worked everywhere ...