diff options
author | joerg <joerg@pkgsrc.org> | 2009-05-09 14:59:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-05-09 14:59:08 +0000 |
commit | 39688c1a79010e20c14b5b131c822d28a636a368 (patch) | |
tree | 8e5d9e2f6429934f4c78445c3e4a4b2db4e1e7ef /doc/HOWTO-crosscompile-xorg | |
parent | f5d7693945f784276c90e71e23611f014980911e (diff) | |
download | pkgsrc-39688c1a79010e20c14b5b131c822d28a636a368.tar.gz |
Make USE_DESTDIR=full the default value and retire the option.
Diffstat (limited to 'doc/HOWTO-crosscompile-xorg')
-rw-r--r-- | doc/HOWTO-crosscompile-xorg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HOWTO-crosscompile-xorg b/doc/HOWTO-crosscompile-xorg index b615ee231fc..9400dd52ed4 100644 --- a/doc/HOWTO-crosscompile-xorg +++ b/doc/HOWTO-crosscompile-xorg @@ -1,4 +1,4 @@ -$NetBSD: HOWTO-crosscompile-xorg,v 1.4 2008/04/25 11:46:07 ghen Exp $ +$NetBSD: HOWTO-crosscompile-xorg,v 1.5 2009/05/09 14:59:09 joerg Exp $ How to cross-compile modular Xorg on NetBSD ------------------------------------------- @@ -11,7 +11,7 @@ cross-compiled packages). where you wrote the tools to and where the destdir is. (c) You have to add the following options to your mk.conf: -USE_DESTDIR= full +USE_DESTDIR= yes DEPENDS_TARGET= package-install X11_TYPE = modular |