From bcc76fa94e3637568efb3948771d88395c9308cc Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 17 Sep 2010 14:31:28 +0000 Subject: [PATCH] pkgsrc: save binary packages in arch- and osversion dependent dir. --- etc/pkgsrc.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/pkgsrc.conf b/etc/pkgsrc.conf index c022d2ffd..0a24032eb 100644 --- a/etc/pkgsrc.conf +++ b/etc/pkgsrc.conf @@ -46,4 +46,7 @@ RCD_SCRIPTS_DIR=/usr/pkg/etc/rc.d # no g- prefix for binutils BINUTILS_PROGRAM_PREFIX= +# where to keep binary packages +PACKAGES=${PKGSRCDIR}/packages/${OS_VERSION}/${MACHINE_ARCH} + .endif # end pkgsrc settings -- 2.44.0