diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-10 01:12:44 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-10 01:12:44 +0800 |
commit | 544cb097c757d0962ca007d24897ffbce73f04c7 (patch) | |
tree | 03df75ffb54a02b630761889f59d1e2a8acf57c9 /databases/mytop | |
parent | f770564f91bc340ad45ad7993ec15bc9008cda03 (diff) | |
download | freebsd-ports-gnome-544cb097c757d0962ca007d24897ffbce73f04c7.tar.gz freebsd-ports-gnome-544cb097c757d0962ca007d24897ffbce73f04c7.tar.zst freebsd-ports-gnome-544cb097c757d0962ca007d24897ffbce73f04c7.zip |
Fix Makefile and pod2man problem.
BTW, patch-aa is no longer needed.
PR: 24152
Submitted by: MAINTAINER
Diffstat (limited to 'databases/mytop')
-rw-r--r-- | databases/mytop/Makefile | 3 | ||||
-rw-r--r-- | databases/mytop/files/patch-aa | 8 | ||||
-rw-r--r-- | databases/mytop/files/patch-ab | 10 |
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 |