diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-04 12:41:07 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-04 12:41:07 +0000 |
commit | a71acc27ca31925d125ca2a43c091e560beafe7b (patch) | |
tree | 3813b69bee01920cd5ef2a7cb0dcc1ec38993680 /net/pancho | |
parent | ef82d9e85c424ebcedc9fde94fc09142b9881f68 (diff) | |
download | FreeBSD-ports-a71acc27ca31925d125ca2a43c091e560beafe7b.zip FreeBSD-ports-a71acc27ca31925d125ca2a43c091e560beafe7b.tar.gz |
- Update to 9.2.2
- Use ${SITE_PERL} and ${DOCSDIR}
PR: ports/57570
Submitted By: maintainer
Diffstat (limited to 'net/pancho')
-rw-r--r-- | net/pancho/Makefile | 13 | ||||
-rw-r--r-- | net/pancho/distinfo | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/pancho/Makefile b/net/pancho/Makefile index 22db1fb..cb01c22 100644 --- a/net/pancho/Makefile +++ b/net/pancho/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pancho -PORTVERSION= 9.2.1 +PORTVERSION= 9.2.2 CATEGORIES= net MASTER_SITES= http://www.panchoproject.org/archives/pancho/ DISTNAME= pancho-v${PORTVERSION} @@ -14,9 +14,9 @@ DISTNAME= pancho-v${PORTVERSION} MAINTAINER= ecu@ipv42.net COMMENT= Network devices management tool using TFTP and SNMP -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager +#RUN_DEPENDS= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \ +# ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ +# ${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION} USE_PERL5= YES @@ -31,9 +31,10 @@ post-patch: post-install: @${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} + @${MKDIR} ${DOCSDIR} .for f in README README.plugins Plugin.sample - @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif + .include <bsd.port.mk> diff --git a/net/pancho/distinfo b/net/pancho/distinfo index 9c6d03f..22ffb5a 100644 --- a/net/pancho/distinfo +++ b/net/pancho/distinfo @@ -1 +1 @@ -MD5 (pancho-v9.2.1.tar.gz) = 979cda9b53f4c286bfcd8c37b7a12288 +MD5 (pancho-v9.2.2.tar.gz) = 1873f8deb2b890670ba62a9662d52d35 |