diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-22 07:52:28 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-22 07:52:28 +0800 |
commit | f1c7f42776c45c26dafa9d9c3e9f43220a57a0d2 (patch) | |
tree | 1e8d137a1f708a13ee2af6b29b5d490878173db9 | |
parent | 87b132396a7a1e9bfc824100d5bcc91798c86394 (diff) | |
download | freebsd-ports-gnome-f1c7f42776c45c26dafa9d9c3e9f43220a57a0d2.tar.gz freebsd-ports-gnome-f1c7f42776c45c26dafa9d9c3e9f43220a57a0d2.tar.zst freebsd-ports-gnome-f1c7f42776c45c26dafa9d9c3e9f43220a57a0d2.zip |
portlint:
PREFIX -> LOCALBASE
remove blank lines
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Authen-Radius/pkg-descr | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 3ca9be64b022..e2e9f2ce9e4c 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= Authen MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 -USE_PERL5= YES +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 +USE_PERL5= YES MAN3= Authen::Radius.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/security/p5-Authen-Radius/pkg-descr b/security/p5-Authen-Radius/pkg-descr index 72e2e3c8ea6d..a5ec3d945aa3 100644 --- a/security/p5-Authen-Radius/pkg-descr +++ b/security/p5-Authen-Radius/pkg-descr @@ -1,4 +1,3 @@ The Authen::Radius module provides a simple class that allows you to send/receive Radius requests/responses to/from a Radius server. - |