diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-09-30 18:07:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-09-30 18:07:53 +0000 |
commit | f0faf3d9326b5127629db44f35f96045b7fd373f (patch) | |
tree | 419c902971a790b51219245ae27a39524361656a /net/p5-Net-Daemon/pkg-plist | |
parent | 8b7d8811275cb5b6695324820b354b1f1a60216a (diff) | |
download | ports-f0faf3d9326b5127629db44f35f96045b7fd373f.tar.gz ports-f0faf3d9326b5127629db44f35f96045b7fd373f.zip |
Notes
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 36f26c44264f..1259cfa1324a 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 |