diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 10:05:23 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 10:05:23 +0800 |
commit | cfdb03e018e7f99b8e65557b246d25641ee69895 (patch) | |
tree | d71ff349714a40d037e84848baa9e6488cf47299 /math | |
parent | 9953898342990be3947f1e17af75accfc354f82b (diff) | |
download | freebsd-ports-gnome-cfdb03e018e7f99b8e65557b246d25641ee69895.tar.gz freebsd-ports-gnome-cfdb03e018e7f99b8e65557b246d25641ee69895.tar.zst freebsd-ports-gnome-cfdb03e018e7f99b8e65557b246d25641ee69895.zip |
Update to version 1.07. Also ${PERL5} to find the perl binary.
PR: 9647
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Set-IntSpan/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Set-IntSpan/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Set-IntSpan/Makefile b/math/p5-Set-IntSpan/Makefile index a5e18c3698e0..6ebb22cb3e8c 100644 --- a/math/p5-Set-IntSpan/Makefile +++ b/math/p5-Set-IntSpan/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-Set-IntSpan -# Version required: 1.06 +# Version required: 1.07 # Date created: February 7, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/24 06:46:58 steve Exp $ # -DISTNAME= Set-IntSpan-1.06 -PKGNAME= p5-Set-IntSpan-1.06 +DISTNAME= Set-IntSpan-1.07 +PKGNAME= p5-Set-IntSpan-1.07 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Set @@ -20,6 +20,6 @@ MAN3= Set::IntSpan.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/math/p5-Set-IntSpan/distinfo b/math/p5-Set-IntSpan/distinfo index 9644e57e8f4b..11810ffded87 100644 --- a/math/p5-Set-IntSpan/distinfo +++ b/math/p5-Set-IntSpan/distinfo @@ -1 +1 @@ -MD5 (Set-IntSpan-1.06.tar.gz) = f3fdf4b473f1f24bff9d3740784f45ad +MD5 (Set-IntSpan-1.07.tar.gz) = 2f8839d5897f1f0597bff1e6475004bb |