diff options
author | jseger <jseger@FreeBSD.org> | 1998-08-22 19:37:33 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-08-22 19:37:33 +0000 |
commit | daf688405a0438518e1511507d9c6b5a7c8982c8 (patch) | |
tree | 0b7841f38047f466b9c446864907a626cb04616e /graphics/p5-GD1/Makefile | |
parent | ca61d83a053df7d49503da9fb46308adb72cd429 (diff) | |
download | FreeBSD-ports-daf688405a0438518e1511507d9c6b5a7c8982c8.zip FreeBSD-ports-daf688405a0438518e1511507d9c6b5a7c8982c8.tar.gz |
Fix this so that it uses the PERL_VERSION and PERL_VER variables.
Diffstat (limited to 'graphics/p5-GD1/Makefile')
-rw-r--r-- | graphics/p5-GD1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile index 991e04f..271d4bd 100644 --- a/graphics/p5-GD1/Makefile +++ b/graphics/p5-GD1/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: |