Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
The options is not PKG_PERMISSIVE but PERMISSIVE
Baptiste Daroussin committed 13 years ago
commit 59d7ddf98987c79b06fd69766b2f68b5ad6b7a1e
parent 94fc455
2 files changed +2 -2
modified pkg/pkg.conf.5
@@ -126,7 +126,7 @@ suggestions to the output of
as an aide to port maintainers, including indicating when the port
might be marked as architecture independent.
default: off
-
.It Cm PKG_PERMISSIVE: boolean
+
.It Cm PERMISSIVE: boolean
Ignore conflicts while registring a package, note that the files conflicting
will not be marked as owned by the new package. (default: NO)
.It Cm PORTAUDIT_SITE: string
modified ports/pkg2ng
@@ -2,7 +2,7 @@

: "${PORTSDIR:=/usr/ports}"

-
export PKG_PERMISSIVE=yes
+
export PERMISSIVE=yes

if [ $( id -u ) -ne 0 ]
then