summaryrefslogtreecommitdiff
path: root/databases/mytop
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-01-09 17:12:44 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-01-09 17:12:44 +0000
commit8303090cbfefa8e2c790c80280d47fa66f6ccf27 (patch)
treedb1bfb1f2ddc6af62433e1cec3017eee19151a7a /databases/mytop
parentAdd a missing \ (diff)
Fix Makefile and pod2man problem.
BTW, patch-aa is no longer needed. PR: 24152 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=37019
Diffstat (limited to 'databases/mytop')
-rw-r--r--databases/mytop/Makefile3
-rw-r--r--databases/mytop/files/patch-aa8
-rw-r--r--databases/mytop/files/patch-ab10
3 files changed, 12 insertions, 9 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile
index e35268a14ad4..8552301d7a5a 100644
--- a/databases/mytop/Makefile
+++ b/databases/mytop/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/Read
USE_PERL5= yes
NO_WRKSUBDIR= yes
-NO_BUILD= yes
MAN1= mytop.1
POD2MAN?= /usr/bin/pod2man
@@ -28,6 +27,8 @@ POD2MAN?= /usr/bin/pod2man
do-extract:
@${MKDIR} ${WRKDIR}
@${GUNZIP_CMD} -c ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${PORTNAME}
+
+do-build:
@${POD2MAN} ${WRKDIR}/${PORTNAME} > ${WRKDIR}/${PORTNAME}.1
do-install:
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