diff options
Diffstat (limited to 'security/aide/Makefile')
-rw-r--r-- | security/aide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index f0370c7d2fe0..c976432fa29a 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -34,7 +34,7 @@ SUB_FILES= pkg-message post-install: @${INSTALL_DATA} ${FILESDIR}/aide.conf.freebsd ${PREFIX}/etc/aide.conf.sample - @if [ ! -d ${PREFIX}/etc/aide.conf ]; then \ + @if [ ! -f ${PREFIX}/etc/aide.conf ]; then \ ${INSTALL_DATA} ${FILESDIR}/aide.conf.freebsd ${PREFIX}/etc/aide.conf ; \ fi @if [ ! -d /var/db/aide/databases ]; then \ |