diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-19 14:32:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-19 14:32:13 +0000 |
commit | 2b282bdb03472d08f88ec55ab34eb491c38beac9 (patch) | |
tree | 718cb53b88fa54924517d5a2079b2d955e50903a /graphics/p5-Image-Size/Makefile | |
parent | 380aa02bf697c66af34b716d142e8d544fb1b87c (diff) |
Upgrade to 2.7 and change for perl5 scheme.
Notes
Notes:
svn path=/head/; revision=12649
Diffstat (limited to 'graphics/p5-Image-Size/Makefile')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 294d0a259d5f..1f51e94e4881 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-Image-Size -# Version required: 2.6 +# Version required: 2.7 # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.11 1997/09/14 02:54:51 jfitz Exp $ +# $Id: Makefile,v 1.12 1998/02/18 15:31:46 vanilla Exp $ # -DISTNAME= Image-Size-2.6 -PKGNAME= p5-Image-Size-2.6 +DISTNAME= Image-Size-2.7 +PKGNAME= p5-Image-Size-2.7 CATEGORIES= graphics www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Image @@ -18,7 +18,7 @@ USE_PERL5= YES MAN1= imgsize.1 MAN3= Image::Size.3 -MAN3PREFIX= ${PREFIX}/lib/perl5 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |