summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-17 01:16:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-17 01:16:03 +0000
commit4b13acff7b6071310fe76c0eee75c0778eff2d63 (patch)
tree55775338689e0ea87cf6b276bba90037d3582cf3 /sys-apps/sg3_utils
parentRevision bump with fixes for stricter mono-1.1.8's mcs. (diff)
downloadgentoo-2-4b13acff7b6071310fe76c0eee75c0778eff2d63.tar.gz
gentoo-2-4b13acff7b6071310fe76c0eee75c0778eff2d63.tar.bz2
gentoo-2-4b13acff7b6071310fe76c0eee75c0778eff2d63.zip
make sure manpages are installed into /usr/share/man not /usr/man
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r--sys-apps/sg3_utils/sg3_utils-1.15.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/sg3_utils/sg3_utils-1.15.ebuild b/sys-apps/sg3_utils/sg3_utils-1.15.ebuild
index fe72dd533426..26bec93293ae 100644
--- a/sys-apps/sg3_utils/sg3_utils-1.15.ebuild
+++ b/sys-apps/sg3_utils/sg3_utils-1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.15.ebuild,v 1.1 2005/06/06 22:16:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.15.ebuild,v 1.2 2005/06/17 01:16:03 vapier Exp $
inherit eutils
@@ -24,6 +24,7 @@ src_unpack() {
-e "s:-g -O2:${CFLAGS}:g" \
-e '/^PREFIX=/s:/local::' \
-e 's:$(DESTDIR)/:$(DESTDIR):' \
+ -e 's:/man:/share/man:' \
Makefile
}