diff options
author | pav <pav@FreeBSD.org> | 2005-07-19 06:19:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-19 06:19:46 +0800 |
commit | aae397ac875f56a61e78dabb8d641fa976ead327 (patch) | |
tree | 1be7ccc8e558ef308c012934915c81a99c2b0173 | |
parent | 071da5c6dce711c9d96cf7043c0ea7c2a605876e (diff) | |
download | freebsd-ports-gnome-aae397ac875f56a61e78dabb8d641fa976ead327.tar.gz freebsd-ports-gnome-aae397ac875f56a61e78dabb8d641fa976ead327.tar.zst freebsd-ports-gnome-aae397ac875f56a61e78dabb8d641fa976ead327.zip |
- Use PLIST_FILES
- Add Author: to pkg-descr
PR: ports/83683
Submitted by: Andrej Zverev <az@inec.ru>
-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 |