diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 22:19:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 22:19:46 +0000 |
commit | 2d0c1561fe9d9cfd0830f5dd3f195dfa3263c109 (patch) | |
tree | bdb021de34408df47e223cf86e9676fc73fba762 /security/strobe | |
parent | c310c992725e4e30c03a89a15f26c40398ba13ca (diff) | |
download | ports-2d0c1561fe9d9cfd0830f5dd3f195dfa3263c109.tar.gz ports-2d0c1561fe9d9cfd0830f5dd3f195dfa3263c109.zip |
Notes
Diffstat (limited to 'security/strobe')
-rw-r--r-- | security/strobe/Makefile | 2 | ||||
-rw-r--r-- | security/strobe/pkg-descr | 2 | ||||
-rw-r--r-- | security/strobe/pkg-plist | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/security/strobe/Makefile b/security/strobe/Makefile index 7673519b6946..4ca596179587 100644 --- a/security/strobe/Makefile +++ b/security/strobe/Makefile @@ -19,4 +19,6 @@ WRKSRC= ${WRKDIR}/strobe ALL_TARGET= strobe MAN1= strobe.1 +PLIST_FILES= bin/strobe lib/strobe.services + .include <bsd.port.mk> diff --git a/security/strobe/pkg-descr b/security/strobe/pkg-descr index e90e8cc4778d..be5344b8e945 100644 --- a/security/strobe/pkg-descr +++ b/security/strobe/pkg-descr @@ -8,3 +8,5 @@ nally. In non-linear multi-host mode it attempts to appor- tion bandwidth and sockets amoung the hosts very effi- ciently. This can reap appreciable gains in speed for multiple distinct hosts/routes. + +Author: Julian Assange <proff@suburbia.net> diff --git a/security/strobe/pkg-plist b/security/strobe/pkg-plist deleted file mode 100644 index 3d720887fdba..000000000000 --- a/security/strobe/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/strobe -lib/strobe.services |