Fix Makefile and pod2man problem.

BTW, patch-aa is no longer needed.

PR: 24152
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo 2001-01-09 17:12:44 +00:00
parent d796c04e05
commit 8303090cbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37019
3 changed files with 12 additions and 9 deletions

View File

@ -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:

View File

@ -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 $

View File

@ -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