diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-05-15 17:39:06 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-05-15 17:39:06 +0000 |
commit | 5437a028a4b2d7045760d94538333b5ec60dc9f7 (patch) | |
tree | c85c3ee50fcaa7b931eac97c79106f75aa6834fc | |
parent | 0a3c0af80813da2d43fa7bd360f02f66c92d32fc (diff) | |
download | ports-5437a028a4b2d7045760d94538333b5ec60dc9f7.tar.gz ports-5437a028a4b2d7045760d94538333b5ec60dc9f7.zip |
Notes
-rw-r--r-- | net-mgmt/nstreams/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/nstreams/pkg-plist | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile index d090a340f5c7..fd0e11c42c7b 100644 --- a/net-mgmt/nstreams/Makefile +++ b/net-mgmt/nstreams/Makefile @@ -8,7 +8,9 @@ PORTNAME= nstreams PORTVERSION= 1.0.4 CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.nessus.org/pub/nstreams/ +MASTER_SITES= ftp://ftp.nessus.org/pub/nstreams/ \ + http://www.hsc.fr/ressources/outils/nstreams/download/ \ + http://falafel.200ok.org/distfiles/nstreams/ MAINTAINER= ecu@ipv42.net COMMENT= Analyses network traffic and produces ipfw rules to allow it @@ -19,6 +21,10 @@ GNU_CONFIGURE= yes MAN1= nstreams.1 +PLIST_FILES= bin/nstreams \ + etc/nstreams-networks.sample \ + etc/nstreams-services + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1 diff --git a/net-mgmt/nstreams/pkg-plist b/net-mgmt/nstreams/pkg-plist deleted file mode 100644 index dd2665230d39..000000000000 --- a/net-mgmt/nstreams/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/nstreams -etc/nstreams-networks.sample -etc/nstreams-services |