pkgsrc: minor changes to paths, options.
This commit is contained in:
parent
6dec907191
commit
e9651ae962
2 changed files with 11 additions and 4 deletions
|
@ -15,8 +15,6 @@
|
|||
755 ast other /usr/ast
|
||||
755 root operator /usr/bin
|
||||
755 root operator /usr/etc
|
||||
755 root operator /usr/db
|
||||
755 root operator /usr/db/pkg
|
||||
755 root operator /usr/pkg
|
||||
755 root operator /home
|
||||
755 root operator /usr/include
|
||||
|
@ -90,4 +88,7 @@
|
|||
755 root operator /var
|
||||
/var/log -> /usr/log
|
||||
755 root operator /usr/log
|
||||
755 root operator /usr/var
|
||||
755 root operator /usr/var/db
|
||||
755 root operator /usr/var/db/pkg
|
||||
755 root operator /var/run
|
||||
|
|
|
@ -10,9 +10,9 @@ PATH:= ${PATH}:/usr/gnu/bin
|
|||
|
||||
PKGSRC_COMPILER= gcc
|
||||
|
||||
PKG_DBDIR= /usr/db/pkg
|
||||
PKG_DBDIR= /usr/var/db/pkg
|
||||
LOCALBASE= /usr/pkg
|
||||
VARBASE= /var
|
||||
VARBASE= /usr/var
|
||||
PKG_TOOLS_BIN= /usr/sbin
|
||||
PKGMANDIR= man
|
||||
|
||||
|
@ -36,4 +36,10 @@ CURSES_DEFAULT?= ncurses
|
|||
|
||||
PKG_OPTIONS.groff=-x11 -groff-docs
|
||||
|
||||
# no inet6
|
||||
PKG_DEFAULT_OPTIONS?= -inet6
|
||||
|
||||
# allow all licenses for external packages
|
||||
SKIP_LICENSE_CHECK=yes
|
||||
|
||||
.endif # end pkgsrc settings
|
||||
|
|
Loading…
Reference in a new issue