diff options
author | asami <asami@FreeBSD.org> | 1998-08-15 02:10:04 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-15 02:10:04 +0000 |
commit | e3ac7b4693efb19cdecafb47575ad0dd7d9995cd (patch) | |
tree | 630b3a058101935d7fe961da62712343ed1af8df /misc/p5-Array-PrintCols | |
parent | c3d62117fd2648a7343c0f3297c3904df29ebe8c (diff) | |
download | FreeBSD-ports-e3ac7b4693efb19cdecafb47575ad0dd7d9995cd.zip FreeBSD-ports-e3ac7b4693efb19cdecafb47575ad0dd7d9995cd.tar.gz |
Update to new perl5 scheme.
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 4 | ||||
-rw-r--r-- | misc/p5-Array-PrintCols/pkg-plist | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index 11c1c8f..c632e39 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1997/09/14 02:54:03 jfitz Exp $ +# $Id: Makefile,v 1.10 1998/03/11 02:56:49 vanilla Exp $ # DISTNAME= Array-PrintCols-2.1 @@ -17,7 +17,7 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES MAN3= Array::PrintCols.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/misc/p5-Array-PrintCols/pkg-plist b/misc/p5-Array-PrintCols/pkg-plist index 74b39ad..8b58979 100644 --- a/misc/p5-Array-PrintCols/pkg-plist +++ b/misc/p5-Array-PrintCols/pkg-plist @@ -1,4 +1,3 @@ -lib/perl5/man/man3/Array::PrintCols.3.gz -lib/perl5/site_perl/Array/PrintCols.pm -lib/perl5/site_perl/i386-freebsd/auto/Array/PrintCols/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Array/PrintCols +lib/perl5/site_perl/%%PERL_VER%%/Array/PrintCols.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Array/PrintCols/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Array/PrintCols |