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-Radius | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'net/p5-Net-Radius')
-rw-r--r-- | net/p5-Net-Radius/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Radius/pkg-plist | 14 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/p5-Net-Radius/Makefile b/net/p5-Net-Radius/Makefile index 16688a073f2a..65d4405c655d 100644 --- a/net/p5-Net-Radius/Makefile +++ b/net/p5-Net-Radius/Makefile @@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= kbyanc@FreeBSD.org COMMENT= A perl module to manipulate RADIUS packets -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Net::Radius::Dictionary.3 Net::Radius::Packet.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-extract: find ${WRKDIR} -type f | xargs perl -pi -e "s:\r::g" diff --git a/net/p5-Net-Radius/pkg-plist b/net/p5-Net-Radius/pkg-plist index 3ffb5da26ba6..0312e0a35440 100644 --- a/net/p5-Net-Radius/pkg-plist +++ b/net/p5-Net-Radius/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/Radius/Dictionary.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Radius/Packet.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Radius/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Radius -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Radius -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +%%SITE_PERL%%/Net/Radius/Dictionary.pm +%%SITE_PERL%%/Net/Radius/Packet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Radius/.packlist +@dirrm %%SITE_PERL%%/Net/Radius +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Radius +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true |