diff options
Diffstat (limited to 'net/p5-SNMP_Session/Makefile')
-rw-r--r-- | net/p5-SNMP_Session/Makefile | 7 |
1 files changed, 4 insertions, 3 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> |