diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-04-09 04:59:07 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-04-09 04:59:07 +0000 |
commit | 0d82ff0a6314c01901e4039ee7abe8c25d1ce6be (patch) | |
tree | c96c181e9a613fdc93b119feac5cd4714a6ee261 /net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch | |
parent | Clean up ebuild. Remove all "mktool" use. Respect LDFLAGS. Incidentally fix u... (diff) | |
download | gentoo-2-0d82ff0a6314c01901e4039ee7abe8c25d1ce6be.tar.gz gentoo-2-0d82ff0a6314c01901e4039ee7abe8c25d1ce6be.tar.bz2 gentoo-2-0d82ff0a6314c01901e4039ee7abe8c25d1ce6be.zip |
Fix man path.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch')
-rw-r--r-- | net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch b/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch index 2d05fbbfe9f1..41eb3ee1401b 100644 --- a/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch +++ b/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch @@ -12,7 +12,7 @@ includedir = $(prefix)/include libdir = $(prefix)/lib -mandir = $(prefix)/man -+mandir = $(prefix)/man/man1 ++mandir = $(prefix)/share/man/man1 MAN = tcpsound.1 MANGZ = $(MAN:.1=.1.gz) -MKTOOL = ./mktool |