From 544cb097c757d0962ca007d24897ffbce73f04c7 Mon Sep 17 00:00:00 2001
From: kevlo <kevlo@FreeBSD.org>
Date: Tue, 9 Jan 2001 17:12:44 +0000
Subject: Fix Makefile and pod2man problem. BTW, patch-aa is no longer needed.

PR: 24152
Submitted by: MAINTAINER
---
 databases/mytop/files/patch-aa |  8 --------
 databases/mytop/files/patch-ab | 10 ++++++++++
 2 files changed, 10 insertions(+), 8 deletions(-)
 delete mode 100644 databases/mytop/files/patch-aa
 create mode 100644 databases/mytop/files/patch-ab

(limited to 'databases/mytop/files')

diff --git a/databases/mytop/files/patch-aa b/databases/mytop/files/patch-aa
deleted file mode 100644
index 68ca2603623e..000000000000
--- a/databases/mytop/files/patch-aa
+++ /dev/null
@@ -1,8 +0,0 @@
---- mytop.orig	Wed Oct  4 19:27:59 2000
-+++ mytop	Wed Oct  4 19:28:18 2000
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl -w
-+#!/usr/bin/perl -w
- #
- # $Id: mytop,v 1.21 2000/08/10 18:04:32 jzawodn Exp jzawodn $
- 
diff --git a/databases/mytop/files/patch-ab b/databases/mytop/files/patch-ab
new file mode 100644
index 000000000000..59193a97d18e
--- /dev/null
+++ b/databases/mytop/files/patch-ab
@@ -0,0 +1,10 @@
+--- mytop.orig	Mon Jan  8 23:03:37 2001
++++ mytop	Mon Jan  8 23:04:28 2001
+@@ -1163,6 +1163,6 @@
+ 
+ =item Benjamin Pflugmann (philemon@spin.de)
+ 
+-Suggested -P command-line flag as well as other changes.
++Suggested B<-P> command-line flag as well as other changes.
+ 
+ =back
-- 
cgit