diff options
author | 2002-11-30 21:51:17 +0000 | |
---|---|---|
committer | 2002-11-30 21:51:17 +0000 | |
commit | 66999c66a8a819e98325e8ea29f3774da66e2185 (patch) | |
tree | e7acfb682ee41437eeffed9ed8f091fa62db757f /app-doc/ucspi-tcp-man | |
parent | Changed mkdir ${D} to dodir ${D} (diff) | |
download | historical-66999c66a8a819e98325e8ea29f3774da66e2185.tar.gz historical-66999c66a8a819e98325e8ea29f3774da66e2185.tar.bz2 historical-66999c66a8a819e98325e8ea29f3774da66e2185.zip |
Changed src_install () to src_install()
Diffstat (limited to 'app-doc/ucspi-tcp-man')
-rw-r--r-- | app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild b/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild index 19bdf8b949ea..df0e55d38bcb 100644 --- a/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild +++ b/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild,v 1.5 2002/10/04 20:44:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild,v 1.6 2002/11/30 21:51:17 vapier Exp $ S=${WORKDIR}/ucspi-tcp-0.88-man @@ -12,7 +12,7 @@ SLOT="0" LICENSE="public-domain" KEYWORDS="x86 ppc sparc sparc64" -src_install () { +src_install() { dodoc README doman *.1 } |