PERFORCE change 101453 for review

Gabor Kovesdan gabor at FreeBSD.org
Thu Jul 13 11:29:19 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101453

Change 101453 by gabor at 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


More information about the p4-projects mailing list