diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-16 00:48:41 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-16 00:48:41 +0000 |
commit | ee0bcfb5b59b18390674982371ab9c33fa57b0d1 (patch) | |
tree | 51c09559e72011318fd0bdecfa8b3cbc0724f13d /security/p5-MD5/Makefile | |
parent | 96795ac8b70703c5d7c53ad3dc61959752f8976f (diff) | |
download | FreeBSD-ports-ee0bcfb5b59b18390674982371ab9c33fa57b0d1.zip FreeBSD-ports-ee0bcfb5b59b18390674982371ab9c33fa57b0d1.tar.gz |
Standard new perl5 fixes.
PR: ports/7625 (Stephen J. Roznowski <sjr@home.net>)
Diffstat (limited to 'security/p5-MD5/Makefile')
-rw-r--r-- | security/p5-MD5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 937fabf..ab769c7 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1998/04/26 02:48:44 vanilla Exp $ +# $Id: Makefile,v 1.9 1998/08/06 15:10:02 vanilla Exp $ # DISTNAME= MD5-1.7 @@ -17,7 +17,7 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES MAN3= MD5.3 -MANPREFIX= ${PREFIX}/lib/perl5/5.00501 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |