From 93ee99504f46e3bd2d8c202f76dbfbb2dc4385f2 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Mon, 8 Jan 2001 23:47:49 +0000 Subject: Upgrade to 0.83. Submitted by: joseph@randomnetworks.com PR: ports/24158 --- net/p5-SNMP_Session/Makefile | 7 ++++--- net/p5-SNMP_Session/distinfo | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile index 35246635ab16..846aa5a7ce07 100644 --- a/net/p5-SNMP_Session/Makefile +++ b/net/p5-SNMP_Session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SNMP_Session -PORTVERSION= 0.75 +PORTVERSION= 0.83 CATEGORIES= net perl5 MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ PKGNAMEPREFIX= p5- @@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org USE_PERL5= yes +PERL_CONFIGURE= yes -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL +pre-install: + ${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/Makefile; .include diff --git a/net/p5-SNMP_Session/distinfo b/net/p5-SNMP_Session/distinfo index bd6f80a33844..a27281616b2d 100644 --- a/net/p5-SNMP_Session/distinfo +++ b/net/p5-SNMP_Session/distinfo @@ -1 +1 @@ -MD5 (SNMP_Session-0.75.tar.gz) = a7a941e546771716047c026c612805b3 +MD5 (SNMP_Session-0.83.tar.gz) = d18ce3007d6b4f1cfd523c122c0653c9 -- cgit