diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-13 13:31:36 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-13 13:31:36 +0000 |
commit | 9d861a6e0ec16b7994cf6cc526a39c1c20c5d9f1 (patch) | |
tree | e8fc8510f7be859e7255fb08101f6ad457b19e42 /databases/mytop | |
parent | cb4d0d3d1b6b07f46a89d609ee5f803e04672210 (diff) | |
download | FreeBSD-ports-9d861a6e0ec16b7994cf6cc526a39c1c20c5d9f1.zip FreeBSD-ports-9d861a6e0ec16b7994cf6cc526a39c1c20c5d9f1.tar.gz |
change RUN_DEPENDS from p5-Mysql to p5-DBD-mysql
remove extra directory.
change maintainer's email
PR: 32796
Submitted by: maintainer
Diffstat (limited to 'databases/mytop')
-rw-r--r-- | databases/mytop/Makefile | 4 | ||||
-rw-r--r-- | databases/mytop/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index e37bcfd..af4d1a6 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 850eb54..58b5e55 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 |