diff options
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Authen-Radius/pkg-plist | 4 | ||||
-rw-r--r-- | www/w3mir/Makefile | 4 | ||||
-rw-r--r-- | www/w3mir/pkg-plist | 6 |
4 files changed, 10 insertions, 10 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 diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 889cfa2faa14..cbfd53419ce9 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1998 # Whom: ache # -# $Id: Makefile,v 1.5 1998/05/09 16:57:39 hoek Exp $ +# $Id: Makefile,v 1.6 1998/07/09 18:32:33 ache Exp $ # DISTNAME= w3mir-1.0.3 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.math.uio.no/~janl/w3mir/ MAINTAINER= ache@freebsd.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww USE_PERL5= Yes diff --git a/www/w3mir/pkg-plist b/www/w3mir/pkg-plist index 7e15a85d270c..57d2b4ce9c24 100644 --- a/www/w3mir/pkg-plist +++ b/www/w3mir/pkg-plist @@ -1,8 +1,8 @@ bin/w3mfix bin/w3mir -lib/perl5/site_perl/htmlop.pm -lib/perl5/site_perl/w3http.pm -lib/perl5/site_perl/w3pdfuri.pm +lib/perl5/site_perl/%%PERL_VER%%/htmlop.pm +lib/perl5/site_perl/%%PERL_VER%%/w3http.pm +lib/perl5/site_perl/%%PERL_VER%%/w3pdfuri.pm share/doc/w3mir/Artistic share/doc/w3mir/README share/doc/w3mir/example.cfg |