pkgsrc: save binary packages in arch- and osversion dependent dir.

This commit is contained in:
Ben Gras 2010-09-17 14:31:54 +00:00
parent af73996d51
commit 3306687363

View file

@ -46,4 +46,7 @@ RCD_SCRIPTS_DIR=/usr/pkg/etc/rc.d
# no g- prefix for binutils # no g- prefix for binutils
BINUTILS_PROGRAM_PREFIX= BINUTILS_PROGRAM_PREFIX=
# where to keep binary packages
PACKAGES=${PKGSRCDIR}/packages/${OS_VERSION}/${MACHINE_ARCH}
.endif # end pkgsrc settings .endif # end pkgsrc settings