summaryrefslogtreecommitdiff
path: root/databases/mytop
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-12 16:09:06 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-12 16:09:06 +0000
commit78ac516fca4e18aae8a2c532f72930c01df680ff (patch)
treebe395255e02663adec616b5846f14b56757b8c95 /databases/mytop
parentUpgrade to 0.99e2 (diff)
Update to 0.9
Remove files/patch-ab PR: 29554 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=46142
Diffstat (limited to 'databases/mytop')
-rw-r--r--databases/mytop/Makefile20
-rw-r--r--databases/mytop/distinfo2
-rw-r--r--databases/mytop/files/patch-ab10
3 files changed, 5 insertions, 27 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile
index 8552301d7a5a..e37bcfd68fa6 100644
--- a/databases/mytop/Makefile
+++ b/databases/mytop/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= mytop
-PORTVERSION= 0.5
+PORTVERSION= 0.9
CATEGORIES= databases
MASTER_SITES= http://public.yahoo.com/~jzawodn/mytop/
-EXTRACT_SUFX= .gz
MAINTAINER= leeym@cae.ce.ntu.edu.tw
@@ -17,22 +16,11 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/Read
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-Mysql
-USE_PERL5= yes
-
-NO_WRKSUBDIR= yes
+PERL_CONFIGURE= yes
MAN1= mytop.1
-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:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${PREFIX}/man/man1
+post-configure:
+ @${PERL} -pi.fbsd -e 's@INSTALLMAN1DIR = /usr/local/man/man1@INSTALLMAN1DIR = ${PREFIX}/man/man1@g' ${WRKSRC}/Makefile
.include <bsd.port.mk>
diff --git a/databases/mytop/distinfo b/databases/mytop/distinfo
index 7c67dbc2883d..6d9c9db10ce8 100644
--- a/databases/mytop/distinfo
+++ b/databases/mytop/distinfo
@@ -1 +1 @@
-MD5 (mytop-0.5.gz) = 7d701c3dee6b036eb0179c5c9407358e
+MD5 (mytop-0.9.tar.gz) = c58b632022c6f1e8d3b185bda884fe9c
diff --git a/databases/mytop/files/patch-ab b/databases/mytop/files/patch-ab
deleted file mode 100644
index 59193a97d18e..000000000000
--- a/databases/mytop/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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