diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-06 15:18:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-06 15:18:27 +0000 |
commit | 1e1c07a556adb77ba4b26a262a63dac135147bca (patch) | |
tree | b15d7b7dd62d0357dadd5af54058339472947ebe /graphics/p5-GD/Makefile | |
parent | Upgrade to 1.019, and make it compatible with perl5.00501. (diff) |
Compatible with perl5.00501.
Notes
Notes:
svn path=/head/; revision=12304
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index f8b1d04b531f..991e04f1d6d3 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.1 1997/07/01 17:52:15 jfitz Exp $ +# $Id: Makefile,v 1.2 1998/03/11 03:09:46 vanilla Exp $ # DISTNAME= GD-1.18 @@ -16,7 +16,7 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/5.00501 MAN3= GD.3 do-configure: |