mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix Makefile and pod2man problem.
BTW, patch-aa is no longer needed. PR: 24152 Submitted by: MAINTAINER
This commit is contained in:
parent
d796c04e05
commit
8303090cbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37019
@ -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:
|
||||
|
@ -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 $
|
||||
|
10
databases/mytop/files/patch-ab
Normal file
10
databases/mytop/files/patch-ab
Normal 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
|
Loading…
Reference in New Issue
Block a user