minor pkgsrc tweaks; allow pkgsrc to install rc scripts in /usr/pkg/etc/rc.d
This commit is contained in:
parent
dff0434eaf
commit
3b386ad39f
@ -35,6 +35,7 @@ IS_BUILTIN.dl?= yes
|
|||||||
CURSES_DEFAULT?= ncurses
|
CURSES_DEFAULT?= ncurses
|
||||||
|
|
||||||
PKG_OPTIONS.groff=-x11 -groff-docs
|
PKG_OPTIONS.groff=-x11 -groff-docs
|
||||||
|
PKG_OPTIONS.scmgit=-python -scmgit-gui
|
||||||
|
|
||||||
# no inet6
|
# no inet6
|
||||||
PKG_DEFAULT_OPTIONS?= -inet6
|
PKG_DEFAULT_OPTIONS?= -inet6
|
||||||
@ -42,4 +43,8 @@ PKG_DEFAULT_OPTIONS?= -inet6
|
|||||||
# allow all licenses for external packages
|
# allow all licenses for external packages
|
||||||
SKIP_LICENSE_CHECK=yes
|
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
|
.endif # end pkgsrc settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user