diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
commit | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (patch) | |
tree | 9be083b0fd811caaa5b6ea713f83e7705ea93fbe /security/smtpscan | |
parent | e15afee535ffec38424947ba1c7eb0ada4141fc2 (diff) |
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=88581
Diffstat (limited to 'security/smtpscan')
-rw-r--r-- | security/smtpscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smtpscan/Makefile b/security/smtpscan/Makefile index 61c9e63def18..713573d070ec 100644 --- a/security/smtpscan/Makefile +++ b/security/smtpscan/Makefile @@ -15,7 +15,7 @@ COMMENT= A remote SMTP server version detector RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5= yes MAN1= smtpscan.1 |