diff options
author | jseger <jseger@FreeBSD.org> | 1998-08-23 23:06:57 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-08-23 23:06:57 +0800 |
commit | c4eea79a46a699659a1eca4e06c8479449058d38 (patch) | |
tree | 32b8564f46f485d66b05b59dcb86f2e654648b16 /security | |
parent | 60ed5f9292cbe0ff38b7c36fac03f7a0c250570e (diff) | |
download | freebsd-ports-gnome-c4eea79a46a699659a1eca4e06c8479449058d38.tar.gz freebsd-ports-gnome-c4eea79a46a699659a1eca4e06c8479449058d38.tar.zst freebsd-ports-gnome-c4eea79a46a699659a1eca4e06c8479449058d38.zip |
Perl fixes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Authen-Radius/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 761b1c2bc63a..8e74b16c08e7 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -3,7 +3,7 @@ # Date created: September 11th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/09/13 17:48:49 jfitz Exp $ # DISTNAME= RadiusPerl-0.05 @@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= Authen MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/MD5.pm:${PORTSDIR}/security/p5-MD5/ +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5/ USE_PERL5= YES MAN3= Authen::Radius.3 -MAN3PREFIX= ${PREFIX}/lib/perl5 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-configure: @${CP} ${WRKSRC}/Authen/Radius.pm ${WRKSRC} diff --git a/security/p5-Authen-Radius/pkg-plist b/security/p5-Authen-Radius/pkg-plist index 6d4de0307b67..88944a91e1d2 100644 --- a/security/p5-Authen-Radius/pkg-plist +++ b/security/p5-Authen-Radius/pkg-plist @@ -1,2 +1,2 @@ -lib/perl5/site_perl/Authen/Radius.pm -lib/perl5/site_perl/i386-freebsd/auto/Authen/Radius/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Authen/Radius.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Authen/Radius/.packlist |