diff options
author | skv <skv@FreeBSD.org> | 2004-12-21 10:33:09 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-12-21 10:33:09 +0000 |
commit | c01b25ad298c617004bd47cdbf78b0dbaf281be2 (patch) | |
tree | adfa5f38bfcac65e302a11545df3617e3588f1e0 /security | |
parent | 20d8835624ca2f870f6bf216091f01c279cc7738 (diff) | |
download | FreeBSD-ports-c01b25ad298c617004bd47cdbf78b0dbaf281be2.zip FreeBSD-ports-c01b25ad298c617004bd47cdbf78b0dbaf281be2.tar.gz |
Fix pkg-plist.
Pointed by: kris
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA2/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Digest-SHA2/pkg-plist | 2 | ||||
-rw-r--r-- | security/p5-Digest/pkg-plist | 1 | ||||
-rw-r--r-- | security/p5-Nmap-Scanner/Makefile | 5 |
4 files changed, 5 insertions, 6 deletions
diff --git a/security/p5-Digest-SHA2/pkg-descr b/security/p5-Digest-SHA2/pkg-descr index 51a8f01..0a618fb 100644 --- a/security/p5-Digest-SHA2/pkg-descr +++ b/security/p5-Digest-SHA2/pkg-descr @@ -3,6 +3,3 @@ NIST. SHA-256, SHA-384, and SHA-512 pertain to hashes whose outputs are 256 bits, 384 bits and 512 bits, respectively. WWW: http://search.cpan.org/dist/Digest-SHA2/ - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/security/p5-Digest-SHA2/pkg-plist b/security/p5-Digest-SHA2/pkg-plist index ad67dc7..d239641 100644 --- a/security/p5-Digest-SHA2/pkg-plist +++ b/security/p5-Digest-SHA2/pkg-plist @@ -3,5 +3,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA2/SHA2.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA2/SHA2.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA2 -@unexec rmdir %D/%%SITE_PERL%%/Digest 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true diff --git a/security/p5-Digest/pkg-plist b/security/p5-Digest/pkg-plist index fc690df..20d6177 100644 --- a/security/p5-Digest/pkg-plist +++ b/security/p5-Digest/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/.packlist %%SITE_PERL%%/Digest.pm %%SITE_PERL%%/Digest/base.pm +%%SITE_PERL%%/Digest/file.pm @unexec rmdir %D/%%SITE_PERL%%/Digest 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true diff --git a/security/p5-Nmap-Scanner/Makefile b/security/p5-Nmap-Scanner/Makefile index 5b7f004..50be6ca 100644 --- a/security/p5-Nmap-Scanner/Makefile +++ b/security/p5-Nmap-Scanner/Makefile @@ -26,8 +26,9 @@ PERL_CONFIGURE= yes MAN3= Nmap::Scanner.3 Nmap::Scanner::Address.3 \ Nmap::Scanner::Backend::Processor.3 \ Nmap::Scanner::Backend::Results.3 Nmap::Scanner::ExtraPorts.3 \ - Nmap::Scanner::Host.3 Nmap::Scanner::Hosts.3 \ - Nmap::Scanner::NmapRun.3 Nmap::Scanner::OS.3 \ + Nmap::Scanner::Host.3 Nmap::Scanner::Hostname.3 \ + Nmap::Scanner::Hosts.3 Nmap::Scanner::NmapRun.3 \ + Nmap::Scanner::OS.3 Nmap::Scanner::OS::Class.3 \ Nmap::Scanner::OS::IPIdSequence.3 Nmap::Scanner::OS::Match.3 \ Nmap::Scanner::OS::PortUsed.3 Nmap::Scanner::OS::TCPSequence.3 \ Nmap::Scanner::OS::TCPTSSequence.3 Nmap::Scanner::OS::Uptime.3 \ |