diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 03:17:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 03:17:11 +0000 |
commit | d878e1cbdfcae5928069cb419840af7e39721c95 (patch) | |
tree | ef085100f98f77186a40bdb620914fc7ef7f43e4 /security/scanssh/Makefile | |
parent | 19bcc66b8c2fa43a6a660f4c0ffa22eb371f93ba (diff) |
Notes
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 9561948a6cdf..da0f319a4961 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 |