summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/amanda-plot/patches/patch-ac')
-rw-r--r--sysutils/amanda-plot/patches/patch-ac28
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/amanda-plot/patches/patch-ac b/sysutils/amanda-plot/patches/patch-ac
deleted file mode 100644
index d96a6e6d482..00000000000
--- a/sysutils/amanda-plot/patches/patch-ac
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ac,v 1.8 2008/02/15 16:23:09 gdt Exp $
-
---- man/Makefile.in.orig 2007-06-06 19:22:52.000000000 -0400
-+++ man/Makefile.in
-@@ -373,19 +373,10 @@ SERVER_MAN8_PAGES = amadmin.8 \
- #endif
- @WANT_RECOVER_TRUE@RECOVER_MAN8_PAGES = amrecover.8
- @WANT_RESTORE_TRUE@RESTORE_MAN8_PAGES = amrestore.8
--man8_pages = $(COMMON_MAN8_PAGES) \
-- $(AMPLOT_MAN8_PAGES) \
-- $(SERVER_MAN8_PAGES) \
-- $(RECOVER_MAN8_PAGES) \
-- $(RESTORE_MAN8_PAGES)
--
--man5_pages = $(COMMON_MAN5_PAGES)
--ALL_MAN_PAGES = $(AMPLOT_MAN8_PAGES) \
-- $(COMMON_MAN5_PAGES) \
-- $(COMMON_MAN8_PAGES) \
-- $(SERVER_MAN8_PAGES) \
-- $(RECOVER_MAN8_PAGES) \
-- $(RESTORE_MAN8_PAGES)
-+man8_pages = $(AMPLOT_MAN8_PAGES)
-+
-+man5_pages =
-+ALL_MAN_PAGES = $(AMPLOT_MAN8_PAGES)
-
-
- # These lines are needed to force automake to set the $man<n>dir variables.