diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-10-01 02:07:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-10-01 02:07:53 +0800 |
commit | 4afd89f347f2f48ee8a7bab648193bb57717c66e (patch) | |
tree | 77b8bb96f8154cc3614dc8ca26a5f366441b444e /net/p5-Net-Daemon/pkg-plist | |
parent | 7fa0758c4e151900d76006d09f9c413d866d4618 (diff) | |
download | freebsd-ports-graphics-4afd89f347f2f48ee8a7bab648193bb57717c66e.tar.gz freebsd-ports-graphics-4afd89f347f2f48ee8a7bab648193bb57717c66e.tar.zst freebsd-ports-graphics-4afd89f347f2f48ee8a7bab648193bb57717c66e.zip |
Upgrade to 0.37
PR: ports/56876
Submitted by: Lars Thegler <lars@thegler.dk>
Diffstat (limited to 'net/p5-Net-Daemon/pkg-plist')
-rw-r--r-- | net/p5-Net-Daemon/pkg-plist | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-Net-Daemon/pkg-plist b/net/p5-Net-Daemon/pkg-plist index 36f26c44264..1259cfa1324 100644 --- a/net/p5-Net-Daemon/pkg-plist +++ b/net/p5-Net-Daemon/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon/Log.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon/Test.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Daemon/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Daemon -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/Daemon.pm +%%SITE_PERL%%/Net/Daemon/Log.pm +%%SITE_PERL%%/Net/Daemon/Test.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon/.packlist +@dirrm %%SITE_PERL%%/Net/Daemon +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |