minor pkgsrc tweaks; allow pkgsrc to install rc scripts in /usr/pkg/etc/rc.d
This commit is contained in:
parent
dff0434eaf
commit
3b386ad39f
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,7 @@ IS_BUILTIN.dl?= yes
|
|||
CURSES_DEFAULT?= ncurses
|
||||
|
||||
PKG_OPTIONS.groff=-x11 -groff-docs
|
||||
PKG_OPTIONS.scmgit=-python -scmgit-gui
|
||||
|
||||
# no inet6
|
||||
PKG_DEFAULT_OPTIONS?= -inet6
|
||||
|
@ -42,4 +43,8 @@ PKG_DEFAULT_OPTIONS?= -inet6
|
|||
# allow all licenses for external packages
|
||||
SKIP_LICENSE_CHECK=yes
|
||||
|
||||
# where will pkgsrc place startup scripts?
|
||||
PKG_RCD_SCRIPTS=YES
|
||||
RCD_SCRIPTS_DIR=/usr/pkg/etc/rc.d
|
||||
|
||||
.endif # end pkgsrc settings
|
||||
|
|
Loading…
Reference in a new issue