diff options
author | vs <vs@FreeBSD.org> | 2005-11-03 19:54:39 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-03 19:54:39 +0800 |
commit | 36099cf24b8f4d85f82f64983fa62db30fb25dfa (patch) | |
tree | 156e86d37518034eee84319c1b79f8110397612c /security/audit | |
parent | 1dfc1ef3fe1470da1517f9d826d92527e5edaf27 (diff) | |
download | freebsd-ports-gnome-36099cf24b8f4d85f82f64983fa62db30fb25dfa.tar.gz freebsd-ports-gnome-36099cf24b8f4d85f82f64983fa62db30fb25dfa.tar.zst freebsd-ports-gnome-36099cf24b8f4d85f82f64983fa62db30fb25dfa.zip |
Drop INSTALLS_SHLIB/LDCONFIG_DIRS: Local shlibs are dlopened
Diffstat (limited to 'security/audit')
-rw-r--r-- | security/audit/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile index c2d844292bd7..e1c3946b1503 100644 --- a/security/audit/Makefile +++ b/security/audit/Makefile @@ -52,8 +52,6 @@ PLIST_SUB+= PGSQL='' .else PLIST_SUB+= PGSQL='@comment ' .endif -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/alat MANCOMPRESSED= yes MAN1= audit.1 MAN8= auditd.8 |