From d5322973fa6a300812521e751d94a5484c5b2d14 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 30 Jan 2011 23:36:45 +0000 Subject: [PATCH] always define PKG_TOOLS_BIN --- etc/pkgsrc.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/pkgsrc.conf b/etc/pkgsrc.conf index 66a4bca7b..3458bffa8 100644 --- a/etc/pkgsrc.conf +++ b/etc/pkgsrc.conf @@ -11,6 +11,8 @@ LOCALBASE= /usr/pkg VARBASE= /usr/var .if exists(/usr/sbin/pkg_add) PKG_TOOLS_BIN= /usr/sbin +.else +PKG_TOOLS_BIN= /usr/pkg/sbin .endif PKGMANDIR= man -- 2.44.0