diff options
author | wiz <wiz> | 2000-11-14 23:36:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-14 23:36:47 +0000 |
commit | ec3b5ddd0ed3b2ddca67367da388959c259cde0c (patch) | |
tree | 1c3b6dc48173f5420943202b9e9aa29e0e623e66 /devel/its4/Makefile | |
parent | 1989ac2d2042a44e1d8ac5e783ce3c0a0b81a5b8 (diff) | |
download | pkgsrc-ec3b5ddd0ed3b2ddca67367da388959c259cde0c.tar.gz |
Update to 1.1.1: Major changes include handlers for format string
attacks and fewer false positives.
Diffstat (limited to 'devel/its4/Makefile')
-rw-r--r-- | devel/its4/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/its4/Makefile b/devel/its4/Makefile index d4a56703127..b32fa29051a 100644 --- a/devel/its4/Makefile +++ b/devel/its4/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2000/03/30 23:24:43 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/14 23:36:47 wiz Exp $ # -DISTNAME= its4-1.0.1 +DISTNAME= its4-1.1.1 +WRKSRC= ${WRKDIR}/its4 CATEGORIES= devel MASTER_SITES= # have to fetch for yourself, or from a NetBSD mirror EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.rstcorp.com/its4/ +HOMEPAGE= http://www.cigital.com/its4/ LICENSE= no-commercial-use @@ -23,7 +24,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/its4 ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/its4.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/its4 - cd ${WRKSRC} && ${INSTALL_DATA} LICENCE TODO vulns.i4d \ + cd ${WRKSRC} && ${INSTALL_DATA} LICENSE TODO vulns.i4d \ ${PREFIX}/share/its4 .include "../../mk/bsd.pkg.mk" |