diff options
-rw-r--r-- | app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild | 14 |
1 files changed, 7 insertions, 7 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 eb205daad9f8..fb6367ff5581 100644 --- a/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild +++ b/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2005 Gentoo Foundation # 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.15 2005/01/01 13:20:44 eradicator Exp $ - -S=${WORKDIR}/ucspi-tcp-0.88-man +# $Header: /var/cvsroot/gentoo-x86/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild,v 1.16 2005/02/06 12:20:14 vapier Exp $ DESCRIPTION="Man pages for ucspi-tcp" -SRC_URI="http://smarden.org/pape/djb/manpages/ucspi-tcp-0.88-man-20020317.tar.gz" HOMEPAGE="http://smarden.org/pape/djb/manpages/" +SRC_URI="http://smarden.org/pape/djb/manpages/ucspi-tcp-0.88-man-20020317.tar.gz" -SLOT="0" LICENSE="public-domain" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" -KEYWORDS="x86 ppc sparc amd64" + +S=${WORKDIR}/ucspi-tcp-0.88-man src_install() { dodoc README - doman *.1 + doman *.1 || die "doman failed" } |