- Revert change to pkg-plist.client and fix it in Makefile (scriptdir).
Submitted by: maintainer via IRC
This commit is contained in:
parent
c5c56c0611
commit
c7a5aedd95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235913
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS+= --with-tcp-wrappers=/usr/lib \
|
||||
--enable-smartalloc \
|
||||
--with-working-dir=${BACULA_DIR} \
|
||||
--with-scriptdir=${PREFIX}/share/${PORTNAME} \
|
||||
--with-scriptdir=${PREFIX}/share/bacula \
|
||||
--with-readline=yes \
|
||||
--disable-conio \
|
||||
--enable-batch-insert
|
||||
|
|
|
@ -5,4 +5,4 @@ sbin/bconsole
|
|||
@unexec /usr/bin/killall badula-fd > /dev/null 2>&1 || true
|
||||
@exec mkdir -p %%BACULA_DIR%%
|
||||
@dirrmtry %%BACULA_DIR%%
|
||||
@dirrm share/bacula2
|
||||
@dirrm share/bacula
|
||||
|
|
Loading…
Reference in a new issue