- fix package installation with old pkg tools (create empty
folders in pkg-plist even staging is enabled)
This commit is contained in:
parent
876d5673a3
commit
1ea29f04b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332927
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
@comment $FreeBSD$
|
||||
@comment keep the next three lines on top (only required for old pkg_... tools)
|
||||
@exec mkdir -p %D/%%ETCDIR%%/envvars.d
|
||||
@exec mkdir -p %D/%%ETCDIR%%/extra
|
||||
@exec mkdir -p %D/%%ETCDIR%%/Includes
|
||||
bin/ab
|
||||
bin/htdbm
|
||||
bin/htdigest
|
||||
|
|
Loading…
Reference in a new issue