diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 23:47:49 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 23:47:49 +0000 |
commit | 93ee99504f46e3bd2d8c202f76dbfbb2dc4385f2 (patch) | |
tree | 16d1b7b23e5167b1befde6621ada1f315316b080 /net | |
parent | 915221012c26a2e203e7b776c696f9743108834c (diff) | |
download | FreeBSD-ports-93ee99504f46e3bd2d8c202f76dbfbb2dc4385f2.zip FreeBSD-ports-93ee99504f46e3bd2d8c202f76dbfbb2dc4385f2.tar.gz |
Upgrade to 0.83.
Submitted by: joseph@randomnetworks.com
PR: ports/24158
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SNMP_Session/Makefile | 7 | ||||
-rw-r--r-- | net/p5-SNMP_Session/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile index 3524663..846aa5a 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 <bsd.port.mk> diff --git a/net/p5-SNMP_Session/distinfo b/net/p5-SNMP_Session/distinfo index bd6f80a..a272816 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 |