diff options
author | Clive Lin <clive@FreeBSD.org> | 2004-11-11 06:58:32 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2004-11-11 06:58:32 +0000 |
commit | f9a7ccd1bb683193fefbd1bc2a8bd67b9113ade2 (patch) | |
tree | 7e4e81620452ba29b4d7fc853ded328cb94862b2 /net/tcping/Makefile | |
parent | 78a76ddcbfdc549488178e16fdaf83a3b5d6af3f (diff) |
Notes
Diffstat (limited to 'net/tcping/Makefile')
-rw-r--r-- | net/tcping/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/tcping/Makefile b/net/tcping/Makefile index 574894213150..f0ecc94e01cc 100644 --- a/net/tcping/Makefile +++ b/net/tcping/Makefile @@ -6,17 +6,13 @@ # PORTNAME= tcping -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= net MASTER_SITES= http://stud.fh-heilbronn.de/~kirchner/tcping/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dryice@liu.com.cn COMMENT= Do a TCP connect to the given IP/port combination -USE_GPG?= yes -SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc DOCS= README do-build: |