aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nstreams/Makefile
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-09-14 14:42:33 +0800
committerobraun <obraun@FreeBSD.org>2002-09-14 14:42:33 +0800
commit5f62f6d4584f97ed0dd63840e5b7934e372a65ee (patch)
tree59cc79bb8e903adf74ee0340d150ecfb0157cfc7 /net-mgmt/nstreams/Makefile
parentfaee36ee8bc960ab357fa228b9c8ab3f1c94a565 (diff)
downloadfreebsd-ports-gnome-5f62f6d4584f97ed0dd63840e5b7934e372a65ee.tar.gz
freebsd-ports-gnome-5f62f6d4584f97ed0dd63840e5b7934e372a65ee.tar.zst
freebsd-ports-gnome-5f62f6d4584f97ed0dd63840e5b7934e372a65ee.zip
* Upgrade to 1.0.3
* Change MASTER_SITES * Install nstreams-services without ".samples" suffix * Remove the advice about 0.99 version in pkg-descr * Pass maintainership to submitter PR: ports/42752 Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
Diffstat (limited to 'net-mgmt/nstreams/Makefile')
-rw-r--r--net-mgmt/nstreams/Makefile13
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>