Skip to content

Commit

Permalink
security/aide: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent 758678e commit 9357f7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion security/aide/Makefile
@@ -1,5 +1,6 @@
PORTNAME= aide
PORTVERSION= 0.18.6
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://github.com/aide/aide/releases/download/v${PORTVERSION}/

Expand All @@ -14,11 +15,11 @@ LIB_DEPENDS= libmhash.so:security/mhash \
USES= bison gmake localbase pkgconfig:build

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+=--with-mhash \
--with-zlib \
--with-posix-acl \
--with-e2fsattrs \
--mandir=${MANPREFIX}/man \
--with-config_file=${PREFIX}/etc/aide.conf
CONFIGURE_ENV= YACC="bison -y" \
POSIX_ACL_CFLAGS="-I/usr/include/sys" \
Expand Down
4 changes: 2 additions & 2 deletions security/aide/pkg-plist
@@ -1,6 +1,6 @@
bin/aide
@sample etc/aide.conf.sample
man/man1/aide.1.gz
man/man5/aide.conf.5.gz
share/man/man1/aide.1.gz
share/man/man5/aide.conf.5.gz
@dir(,,0700) /var/db/aide/databases
@dir(,,0700) /var/db/aide

0 comments on commit 9357f7e

Please sign in to comment.