diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-23 15:06:57 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-23 15:06:57 +0000 |
commit | 71ed7995a6fc8755ad2676073f6dd21428a0d222 (patch) | |
tree | d6babcec45d4d51dc39ade28308eeec50a453dc7 /security/p5-Authen-Radius | |
parent | 673675251d65574bdd4465964e9ebf6aa9b6ae87 (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-Radius')
-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 |