diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-29 17:50:07 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-29 17:50:07 +0000 |
commit | de870f20a35d2f5d12f4737892b89867e8ada81e (patch) | |
tree | d20f9ba18ee9bb4d730290488c195a7030d96e6e /net-mgmt/smokeping/Makefile | |
parent | 7bc88ffcd4321d101c170ac4086222709724ac6e (diff) | |
download | ports-de870f20a35d2f5d12f4737892b89867e8ada81e.tar.gz ports-de870f20a35d2f5d12f4737892b89867e8ada81e.zip |
Notes
Diffstat (limited to 'net-mgmt/smokeping/Makefile')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index b5a2a3d2b180..f48726909bfe 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smokeping -PORTVERSION= 1.20 +PORTVERSION= 1.21 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ @@ -24,21 +24,20 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ USE_PERL5= yes -MAN1= DNS.pm.1 EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \ +MAN1= Curl.pm.1 DNS.pm.1 EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \ EchoPingHttp.pm.1 EchoPingHttps.pm.1 EchoPingIcp.pm.1 EchoPingSmtp.pm.1 \ - FPing.pm.1 FPing6.pm.1 IOSPing.pm.1 ParseConfig.pm.1 Smokeping.pm.1 \ - base.pm.1 basefork.pm.1 basevars.pm.1 \ - smokeping.1 smokeping.cgi.1 \ - smokeping_config.1 smokeping_install.1 + FPing.pm.1 FPing6.pm.1 IOSPing.pm.1 ParseConfig.pm.1 RemoteFPing.pm.1 \ + Smokeping.pm.1 base.pm.1 basefork.pm.1 basevars.pm.1 smokeping.1 \ + smokeping.cgi.1 smokeping_config.1 smokeping_install.1 telnetIOSPing.pm.1 PKGMESSAGE= ${WRKDIR}/pkg-message DOCDIR= ${PREFIX}/share/doc/smokeping DOC1= CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO DOC2= Curl.pm DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \ - FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm Smokeping.pm \ + FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm RemoteFPing.pm Smokeping.pm \ base.pm basefork.pm basevars.pm smokeping.cgi \ - smokeping smokeping_config smokeping_install + smokeping smokeping_config smokeping_install telnetIOSPing.pm ETC1= basepage.html config smokemail config-echoping pre-patch: |