mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
o) Fix wrong install place of bacula.8 man page
Submitted by: Kris Kennaway <kris@obsecurity.org> (Pointyhat)
This commit is contained in:
parent
9c2e4a6f90
commit
621b48d30b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149864
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= bacula
|
||||
PORTVERSION= 1.38.2
|
||||
#PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= bacula
|
||||
@ -28,6 +28,7 @@ CONFIGURE_ARGS= --with-tcp-wrappers=/usr/lib \
|
||||
--enable-smartalloc \
|
||||
--with-working-dir=${BACULA_DIR} \
|
||||
--with-scriptdir=${PREFIX}/share/bacula \
|
||||
--mandir=${PREFIX}/man \
|
||||
--with-fd-user=root \
|
||||
--with-fd-group=wheel \
|
||||
--with-dir-user=bacula \
|
||||
@ -75,7 +76,7 @@ USE_GNOME= libgnome
|
||||
|
||||
PLIST_SUB+= BACULA_DIR=${BACULA_DIR}
|
||||
|
||||
MAN8= "bacula.8"
|
||||
MAN8= bacula.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user