aboutsummaryrefslogtreecommitdiff
path: root/databases/mytop
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 13:31:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 13:31:36 +0000
commita39222fe5befaf9b7260a8807a3d47a62630fcc0 (patch)
treedbf2e740a33a7de2155acf99aaa3d7844380e1fa /databases/mytop
parent74e175c8dca6eff52c2fe816f2b09d9f8a6dc146 (diff)
downloadports-a39222fe5befaf9b7260a8807a3d47a62630fcc0.tar.gz
ports-a39222fe5befaf9b7260a8807a3d47a62630fcc0.zip
change RUN_DEPENDS from p5-Mysql to p5-DBD-mysql
remove extra directory. change maintainer's email PR: 32796 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=51498
Diffstat (limited to 'databases/mytop')
-rw-r--r--databases/mytop/Makefile4
-rw-r--r--databases/mytop/pkg-plist1
2 files changed, 3 insertions, 2 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile
index e37bcfd68fa6..af4d1a6f5e97 100644
--- a/databases/mytop/Makefile
+++ b/databases/mytop/Makefile
@@ -10,11 +10,11 @@ PORTVERSION= 0.9
CATEGORIES= databases
MASTER_SITES= http://public.yahoo.com/~jzawodn/mytop/
-MAINTAINER= leeym@cae.ce.ntu.edu.tw
+MAINTAINER= leeym@leeym.com
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${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
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
PERL_CONFIGURE= yes
diff --git a/databases/mytop/pkg-plist b/databases/mytop/pkg-plist
index 850eb5410efa..58b5e55c6817 100644
--- a/databases/mytop/pkg-plist
+++ b/databases/mytop/pkg-plist
@@ -1 +1,2 @@
bin/mytop
+@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mytop 2>/dev/null || true