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 /dns/p5-Net-DNS-ZoneFile | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-ZoneFile')
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/Makefile | 3 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/pkg-plist | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile/Makefile b/dns/p5-Net-DNS-ZoneFile/Makefile index a2c859789380..92b0edfae44b 100644 --- a/dns/p5-Net-DNS-ZoneFile/Makefile +++ b/dns/p5-Net-DNS-ZoneFile/Makefile @@ -22,8 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +SITE_PERL= ${SITE_PERL} MAN3= Net::DNS::ZoneFile.3 post-patch: diff --git a/dns/p5-Net-DNS-ZoneFile/pkg-plist b/dns/p5-Net-DNS-ZoneFile/pkg-plist index d70a2acbae76..543e3047902f 100644 --- a/dns/p5-Net-DNS-ZoneFile/pkg-plist +++ b/dns/p5-Net-DNS-ZoneFile/pkg-plist @@ -1,4 +1,4 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/ZoneFile.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/DNS 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile/.packlist +%%SITE_PERL%%/Net/DNS/ZoneFile.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile +@unexec rmdir %D/%%SITE_PERL%%/Net/DNS 2>/dev/null || true |