diff options
author | wxs <wxs@FreeBSD.org> | 2009-05-16 01:39:06 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-05-16 01:39:06 +0800 |
commit | 707f6a0d6e25076164435f7153c115e618837bfb (patch) | |
tree | a5c0de3415af700795b80876b042e8b3fbae0e51 /net-mgmt/nstreams | |
parent | 42eb7e71f6fa927a91050ceae77a0eea8e4926b7 (diff) | |
download | freebsd-ports-gnome-707f6a0d6e25076164435f7153c115e618837bfb.tar.gz freebsd-ports-gnome-707f6a0d6e25076164435f7153c115e618837bfb.tar.zst freebsd-ports-gnome-707f6a0d6e25076164435f7153c115e618837bfb.zip |
- Add two more MASTER_SITES.
- Switch to using PLIST_FILES.
PR: ports/133770
Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
Diffstat (limited to 'net-mgmt/nstreams')
-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 |