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 | ade5d34e99c859af442842dfb79f8b36910dfc1b (patch) | |
tree | 8e5d9e2f6429934f4c78445c3e4a4b2db4e1e7ef /doc/HOWTO-crosscompile-xorg | |
parent | 520973087bea5c90332360783378a7879418ecd3 (diff) | |
download | pkgsrc-ade5d34e99c859af442842dfb79f8b36910dfc1b.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 |