pkg should never register itself as automatic
Tested by: rene
This commit is contained in:
parent
7b8f1fdf7b
commit
d866f318b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291030
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.0-beta5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/portmgr \
|
||||
http://files.etoilebsd.net/pkg/
|
||||
|
@ -21,6 +22,7 @@ USE_BZIP2= yes
|
|||
#define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :)
|
||||
.if defined(WITH_PKGNG)
|
||||
PKG_DEPENDS=
|
||||
.undef INSTALLS_DEPENDS
|
||||
.if !exists(${LOCALBASE}/sbin/pkg)
|
||||
PKG_BIN= ${WRKSRC}/pkg-static/pkg-static
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue