diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /net/p5-Net-Radius | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
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 |