diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 02:58:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 02:58:32 +0000 |
commit | a67d2aa1aab3b4ca8a82961bc8c07e31ea65d8d0 (patch) | |
tree | bf7767e3a4dd36b1674407499ef59342ac553144 /eclass/bsdmk.eclass | |
parent | Initial import, bug 118703, thanks to Ben de Groot for ebuild (diff) | |
download | historical-a67d2aa1aab3b4ca8a82961bc8c07e31ea65d8d0.tar.gz historical-a67d2aa1aab3b4ca8a82961bc8c07e31ea65d8d0.tar.bz2 historical-a67d2aa1aab3b4ca8a82961bc8c07e31ea65d8d0.zip |
Don't use subdirectories for man, so to install sparc64's utilities in the right directory.
Diffstat (limited to 'eclass/bsdmk.eclass')
-rw-r--r-- | eclass/bsdmk.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/bsdmk.eclass b/eclass/bsdmk.eclass index 453a643a36ed..e3bd3b31350f 100644 --- a/eclass/bsdmk.eclass +++ b/eclass/bsdmk.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.6 2006/11/21 14:28:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.7 2006/12/01 02:58:32 flameeyes Exp $ # # Otavio R. Piske "AngusYoung" <angusyoung@gentoo.org> # Diego Pettenò <flameeyes@gentoo.org> @@ -42,7 +42,7 @@ mkinstall() { # STRIP= will replace the default value of -s, leaving to portage the # task of stripping executables. - ${BMAKE} ${mymakeopts} NO_WERROR= STRIP= DESTDIR="${D}" "$@" install + ${BMAKE} ${mymakeopts} NO_WERROR= STRIP= MANSUBDIR= DESTDIR="${D}" "$@" install } #### dummy_mk <dirnames> |