diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /net/p5-Net-Whois-RIPE | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'net/p5-Net-Whois-RIPE')
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/pkg-plist | 30 |
2 files changed, 16 insertions, 17 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index 278409923eb3..214f7854567c 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -16,11 +16,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= mich@FreeBSD.org COMMENT= Implementation of RIPE Whois -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Whois::RIPE::Iterator.3 \ Net::Whois::RIPE::Object.3 \ Net::Whois::RIPE.3 diff --git a/net/p5-Net-Whois-RIPE/pkg-plist b/net/p5-Net-Whois-RIPE/pkg-plist index 76fc74303a2c..75ebfdd6d44e 100644 --- a/net/p5-Net-Whois-RIPE/pkg-plist +++ b/net/p5-Net-Whois-RIPE/pkg-plist @@ -1,15 +1,15 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE.pod -lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Iterator.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Iterator.pod -lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Object.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Object.pod -lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Object/Template.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Object -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/Whois 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Whois 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +%%SITE_PERL%%/Net/Whois/RIPE.pm +%%SITE_PERL%%/Net/Whois/RIPE.pod +%%SITE_PERL%%/Net/Whois/RIPE/Iterator.pm +%%SITE_PERL%%/Net/Whois/RIPE/Iterator.pod +%%SITE_PERL%%/Net/Whois/RIPE/Object.pm +%%SITE_PERL%%/Net/Whois/RIPE/Object.pod +%%SITE_PERL%%/Net/Whois/RIPE/Object/Template.pm +@dirrm %%SITE_PERL%%/Net/Whois/RIPE/Object +@dirrm %%SITE_PERL%%/Net/Whois/RIPE +@unexec rmdir %D/%%SITE_PERL%%/Net/Whois 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true |