diff options
author | adamw <adamw@FreeBSD.org> | 2014-05-01 10:33:06 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-05-01 10:33:06 +0800 |
commit | e6bb9e3bb50f2b2ef5a3360926cb0e9ea6dce4ae (patch) | |
tree | 7b5e0f9ef7c62ef4f7436762dad2900d10df29e3 /security/chkrootkit | |
parent | d0189fe44ce6036cf3a0d518dfca0fdde27bb8cd (diff) | |
download | freebsd-ports-gnome-e6bb9e3bb50f2b2ef5a3360926cb0e9ea6dce4ae.tar.gz freebsd-ports-gnome-e6bb9e3bb50f2b2ef5a3360926cb0e9ea6dce4ae.tar.zst freebsd-ports-gnome-e6bb9e3bb50f2b2ef5a3360926cb0e9ea6dce4ae.zip |
I experienced catastrophic brain failure and put
PORT_OPTIONS= instead of OPTIONS_DEFINE=. Oops.
Diffstat (limited to 'security/chkrootkit')
-rw-r--r-- | security/chkrootkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index 88d0e9aca5de..31f000abb30c 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ MAINTAINER= cordeiro@nic.br COMMENT= Tool to locally check for signs of a rootkit -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS SCRIPT_FILES= chkrootkit PROG_FILES= chklastlog \ |