mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- install libbacfind.so
PR: ports/163247 Submitted by: olevole <olevole@olevole.ru> Approved by: dan@langille.org (maintainer), gabor (mentor)
This commit is contained in:
parent
e7819657a7
commit
15daaa8015
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288502
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bacula
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -bat
|
||||
|
||||
COMMENT= The network backup solution (GUI)
|
||||
|
@ -68,6 +69,8 @@ do-install:
|
|||
${PREFIX}/lib
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/lib/.libs/libbaccfg.so.${PORTVERSION:R:R} \
|
||||
${PREFIX}/lib
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/findlib/.libs/libbacfind.so.${PORTVERSION:R:R} \
|
||||
${PREFIX}/lib
|
||||
.else
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${PREFIX}/sbin
|
||||
.endif
|
||||
|
|
|
@ -2,3 +2,4 @@ etc/bat.conf.sample
|
|||
sbin/bat
|
||||
%%INDEP%%lib/libbac.so.%%MAJOR%%
|
||||
%%INDEP%%lib/libbaccfg.so.%%MAJOR%%
|
||||
%%INDEP%%lib/libbacfind.so.%%MAJOR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue