diff options
author | kris <kris@FreeBSD.org> | 2001-03-10 03:17:11 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-10 03:17:11 +0000 |
commit | 1a4c9df6c030dc0e0bf55494ced883656aa35fdc (patch) | |
tree | ce56092c57c240bc3596fac9be396f2a34291f33 /security/scanssh/Makefile | |
parent | d4b98b894309c41824196721006cb763198d8b40 (diff) | |
download | FreeBSD-ports-1a4c9df6c030dc0e0bf55494ced883656aa35fdc.zip FreeBSD-ports-1a4c9df6c030dc0e0bf55494ced883656aa35fdc.tar.gz |
Update to scanssh 1.5 and portlint
Submitted by: bento
Diffstat (limited to 'security/scanssh/Makefile')
-rw-r--r-- | security/scanssh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 9561948..da0f319 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -6,17 +6,16 @@ # PORTNAME= scanssh -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.5 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ -DISTNAME= scanssh MAINTAINER= kris@FreeBSD.org GNU_CONFIGURE= YES MAN1= scanssh.1 +WRKSRC= ${WRKDIR}/scanssh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${PREFIX}/bin |