summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2004-10-22 23:52:45 +0000
committerAaron Walker <ka0ttic@gentoo.org>2004-10-22 23:52:45 +0000
commit4ce0e771e36b53ba4e466d794a7cfd2daa1ce62d (patch)
tree2c31a23ce52470061e237b05f9a42813b14a7c05 /app-misc/gcal/files
parentVersion bump, closes #68579. Install contrib/ stuff. (Manifest recommit) (diff)
downloadgentoo-2-4ce0e771e36b53ba4e466d794a7cfd2daa1ce62d.tar.gz
gentoo-2-4ce0e771e36b53ba4e466d794a7cfd2daa1ce62d.tar.bz2
gentoo-2-4ce0e771e36b53ba4e466d794a7cfd2daa1ce62d.zip
New revision; install man pages in the correct directory (bug #32126). Thanks to Doug Weimer for the patch.
Diffstat (limited to 'app-misc/gcal/files')
-rw-r--r--app-misc/gcal/files/digest-gcal-3.01-r21
-rw-r--r--app-misc/gcal/files/gcal-3.01-mandir.diff49
2 files changed, 50 insertions, 0 deletions
diff --git a/app-misc/gcal/files/digest-gcal-3.01-r2 b/app-misc/gcal/files/digest-gcal-3.01-r2
new file mode 100644
index 000000000000..34229d4451c0
--- /dev/null
+++ b/app-misc/gcal/files/digest-gcal-3.01-r2
@@ -0,0 +1 @@
+MD5 65f3394653829fd77f6862045112ad4f gcal-3.01.tar.gz 2371244
diff --git a/app-misc/gcal/files/gcal-3.01-mandir.diff b/app-misc/gcal/files/gcal-3.01-mandir.diff
new file mode 100644
index 000000000000..2e85ad084673
--- /dev/null
+++ b/app-misc/gcal/files/gcal-3.01-mandir.diff
@@ -0,0 +1,49 @@
+--- gcal-3.01/doc/Makefile.in.old 2003-10-27 17:09:11.623164752 -0800
++++ gcal-3.01/doc/Makefile.in 2003-10-27 17:10:35.634393104 -0800
+@@ -46,7 +46,7 @@
+ # Extension (not including `.') for the installed manual page file names.
+ manext = 1
+ # Where to install the manual pages.
+-mandir = @mandir@/man$(manext)
++mandir = @mandir@
+
+ #### End of system configuration section. ####
+
+@@ -555,7 +555,7 @@
+
+ ALLDIRS = \
+ $(infodir) \
+- $(mandir)
++ $(mandir)/man$(manext)/
+
+ ALLDOCS = \
+ $(de) \
+@@ -802,7 +802,7 @@
+ $(PRE_INSTALL)
+ @for file in $(manFILES); \
+ do \
+- rm -f $(mandir)/$$file.$(manext); \
++ rm -f $(mandir)/man$(manext)/$$file.$(manext); \
+ done
+ $(NORMAL_INSTALL)
+ @case "$(doclang)" in \
+@@ -835,8 +835,8 @@
+ fi; \
+ fi; \
+ fi; \
+- echo "Installing \`$$file.$(manext)' for LANGUAGE=$(doclang) users as \`$(mandir)/$$file.$(manext)'"; \
+- $(INSTALL_DATA) $$file.$(manext) $(mandir)/$$file.$(manext); \
++ echo "Installing \`$$file.$(manext)' for LANGUAGE=$(doclang) users as \`$(mandir)/man$(manext)/$$file.$(manext)'"; \
++ $(INSTALL_DATA) $$file.$(manext) $(mandir)/man$(manext)/$$file.$(manext); \
+ rm -f $$file.$(manext); \
+ done
+ @echo "LANGUAGE=$(doclang) manual pages installed"
+@@ -893,7 +893,7 @@
+ $(NORMAL_UNINSTALL)
+ -for file in $(manFILES); \
+ do \
+- rm -f $(mandir)/$$file.$(manext); \
++ rm -f $(mandir)/man$(manext)/$$file.$(manext); \
+ done
+ -rm -f $(infodir)/$(PACKAGE).info*
+ @echo "Documentation files of distribution uninstalled"