diff options
author | vd <vd@FreeBSD.org> | 2006-05-12 14:28:19 +0000 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-05-12 14:28:19 +0000 |
commit | 76003ef4178e792d1ab5dcea7c6488f5452f303a (patch) | |
tree | 1ca9044146c6c9eb47fd45b21e35d466cdeda090 /dns | |
parent | a2ca03efc1e51e82246940458e649fc3234e105f (diff) | |
download | FreeBSD-ports-76003ef4178e792d1ab5dcea7c6488f5452f303a.zip FreeBSD-ports-76003ef4178e792d1ab5dcea7c6488f5452f303a.tar.gz |
Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-SEC/pkg-plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns/p5-Net-DNS-SEC/pkg-plist b/dns/p5-Net-DNS-SEC/pkg-plist index 72772b7..bf61f3c 100644 --- a/dns/p5-Net-DNS-SEC/pkg-plist +++ b/dns/p5-Net-DNS-SEC/pkg-plist @@ -10,10 +10,10 @@ %%SITE_PERL%%/Net/DNS/RR/SIG.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/SEC/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/SEC -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrm %%SITE_PERL%%/Net/DNS/SEC -@dirrmtry %%SITE_PERL%%/Net/DNS/RR/SIG -@dirrmtry %%SITE_PERL%%/Net/DNS/RR -@dirrmtry %%SITE_PERL%%/Net/DNS -@dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/Net/DNS/RR/SIG +@dirrmtry %%SITE_PERL%%/Net/DNS/RR +@dirrmtry %%SITE_PERL%%/Net/DNS +@dirrmtry %%SITE_PERL%%/Net |