- Fix Shebang
PR: 209811
This commit is contained in:
parent
524213f46f
commit
e74d8b940d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439118
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@ LICENSE_COMB= multi
|
|||
|
||||
USE_GITHUB= yes
|
||||
|
||||
USES+= libtool:keepla pkgconfig
|
||||
USES+= libtool:keepla pkgconfig shebangfix
|
||||
|
||||
CONFLICTS?= bacula*-server-*
|
||||
|
||||
|
@ -31,6 +31,8 @@ PLIST_SUB+= LIB_VERSION=${PORTVERSION}
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
SHEBANG_LANG= perl
|
||||
SHEBANG_FILES= ${WRKSRC}/src/cats/make_catalog_backup.pl.in
|
||||
|
||||
CPPFLAGS+= -I/usr/include/readline -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
Loading…
Reference in a new issue