diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-22 19:37:33 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-22 19:37:33 +0000 |
commit | 0258cb9d2b124e4e04e4a3ed551adb22112c188d (patch) | |
tree | b850fb46906eb46f565229ea198834616264aaf2 /graphics/p5-GD2/Makefile | |
parent | ca1b9291af554cb4c8c388f20a1c90bd48cfa620 (diff) |
Fix this so that it uses the PERL_VERSION and PERL_VER variables.
Notes
Notes:
svn path=/head/; revision=12719
Diffstat (limited to 'graphics/p5-GD2/Makefile')
-rw-r--r-- | graphics/p5-GD2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GD2/Makefile b/graphics/p5-GD2/Makefile index 991e04f1d6d3..271d4bd3e781 100644 --- a/graphics/p5-GD2/Makefile +++ b/graphics/p5-GD2/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/03/11 03:09:46 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/06 15:04:57 vanilla Exp $ # DISTNAME= GD-1.18 @@ -16,7 +16,7 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5/5.00501 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: |