diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-14 06:42:33 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-14 06:42:33 +0000 |
commit | bbcbd692e47693193b79d3355ae12bf1aa718989 (patch) | |
tree | 01a525dd89156727e712eff7539b228f177e62c4 /net-mgmt/nstreams/Makefile | |
parent | 749aff3648d140e626fb57b9c33fd54f9e54b97b (diff) | |
download | ports-bbcbd692e47693193b79d3355ae12bf1aa718989.tar.gz ports-bbcbd692e47693193b79d3355ae12bf1aa718989.zip |
Notes
Diffstat (limited to 'net-mgmt/nstreams/Makefile')
-rw-r--r-- | net-mgmt/nstreams/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile index be216ae9b680..1d8019381d55 100644 --- a/net-mgmt/nstreams/Makefile +++ b/net-mgmt/nstreams/Makefile @@ -6,12 +6,11 @@ # PORTNAME= nstreams -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= net -MASTER_SITES= http://www.hsc.fr/ressources/outils/nstreams/download/ +MASTER_SITES= ftp://ftp.nessus.org/pub/nstreams/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= Nicolas.Jombart@hsc-labs.com WRKSRC= ${WRKDIR}/${PORTNAME} @@ -22,8 +21,8 @@ MAN1= nstreams.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1 -.for file in nstreams-networks nstreams-services - ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/etc/${file}.sample -.endfor + ${INSTALL_DATA} ${WRKSRC}/docs/nstreams-networks \ + ${PREFIX}/etc/nstreams-networks.sample + ${INSTALL_DATA} ${WRKSRC}/docs/nstreams-services ${PREFIX}/etc/nstreams-services .include <bsd.port.mk> |