diff options
author | pav <pav@FreeBSD.org> | 2005-07-18 22:19:46 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-18 22:19:46 +0000 |
commit | aae397ac875f56a61e78dabb8d641fa976ead327 (patch) | |
tree | 1be7ccc8e558ef308c012934915c81a99c2b0173 /security | |
parent | 071da5c6dce711c9d96cf7043c0ea7c2a605876e (diff) | |
download | FreeBSD-ports-aae397ac875f56a61e78dabb8d641fa976ead327.zip FreeBSD-ports-aae397ac875f56a61e78dabb8d641fa976ead327.tar.gz |
- Use PLIST_FILES
- Add Author: to pkg-descr
PR: ports/83683
Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'security')
-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 7673519..4ca5961 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 e90e8cc..be5344b8 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 3d72088..0000000 --- a/security/strobe/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/strobe -lib/strobe.services |