mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
397ebd4796
The clients are no longer part of this port, but will be built by the argus-clients port, which is listed as a dependency. Since both the argus and argus-clients ports contain the same COPYING file and want to install it into the same directory, I have disabled installation of the copyright file by this port, assuming that the dependent argus-clients port already did it ...
7 lines
274 B
Plaintext
7 lines
274 B
Plaintext
sbin/argus
|
|
@exec mkdir -p %D/argus/archive
|
|
%%PORTDOCS%%share/doc/argus-2.0/html/man/argus.5.html
|
|
%%PORTDOCS%%share/doc/argus-2.0/html/man/argus.8.html
|
|
%%PORTDOCS%%share/doc/argus-2.0/html/man/argus.conf.5.html
|
|
@unexec rmdir %D/argus/archive %D/argus >/dev/null 2>&1 || true
|