Date: Thu, 13 Jul 2006 11:29:18 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 101453 for review Message-ID: <200607131129.k6DBTIS3003530@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101453 Change 101453 by gabor@gabor_spitfire on 2006/07/13 11:28:52 Set PORT_DBDIR to ${DESTDIR}/var/db/ports, so that 'make config' save the configurations in the DESTDIR environment. Affected files ... .. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#21 edit Differences ... ==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#21 (text+ko) ==== @@ -1198,7 +1198,7 @@ .endif # where 'make config' records user configuration options -PORT_DBDIR?= /var/db/ports +PORT_DBDIR?= ${DESTDIR}/var/db/ports LDCONFIG_DIR= libdata/ldconfig LDCONFIG32_DIR= libdata/ldconfig32
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607131129.k6DBTIS3003530>