Fix shebang.
Sponsored by: Absolight
This commit is contained in:
parent
166701d1cc
commit
4996f864d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371875
2 changed files with 6 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= ZConf
|
||||
PORTVERSION= 6.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
||||
|
@ -23,7 +24,11 @@ BUILD_DEPENDS= p5-Chooser>=0:${PORTSDIR}/devel/p5-Chooser \
|
|||
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= configure
|
||||
SHEBANG_FILES= bin/zcset bin/zccreate bin/zccdump bin/zcvls \
|
||||
bin/zcchooser-set bin/zcget bin/zcchooser-edit \
|
||||
bin/zcchooser-get bin/zcchooser-run bin/zcls \
|
||||
bin/zcrm bin/zcvdel
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
%%PERL5_MAN3%%/ZConf.3.gz
|
||||
%%PERL5_MAN3%%/ZConf::backends::file.3.gz
|
||||
%%PERL5_MAN3%%/ZConf::backends::ldap.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/ZConf/backends
|
||||
@dirrmtry %%SITE_PERL%%/ZConf
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
|
||||
bin/zcchooser-edit
|
||||
bin/zcchooser-get
|
||||
bin/zcchooser-run
|
||||
|
|
Loading…
Reference in a new issue