Add management for etc/hpack.cfg.
This commit is contained in:
parent
fe7174cee9
commit
9989759a20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44101
@ -24,4 +24,7 @@ post-patch:
|
||||
@${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${CP} ${WRKSRC}/docs/hpack.cfg ${PREFIX}/etc/hpack.cfg.dist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,7 @@
|
||||
bin/hpack
|
||||
bin/keycvt
|
||||
etc/hpack.cfg
|
||||
@unexec if cmp -s %D/etc/hpack.cfg %D/etc/hpack.cfg.dist; then rm -f %D/etc/hpack.cfg; fi
|
||||
etc/hpack.cfg.dist
|
||||
@exec [ -f %B/hpack.cfg ] || cp %B/%f %B/hpack.cfg
|
||||
lib/hpack/language.dat
|
||||
@dirrm lib/hpack
|
||||
|
Loading…
Reference in New Issue
Block a user