diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 14:02:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 14:02:44 +0000 |
commit | 470dc23b8b9d185004052367de2c6a7e0c1bbba9 (patch) | |
tree | bb27bf40001c3c52ad778e50b7ee4a390238e724 /app-doc/ucspi-tcp-man | |
parent | open publication license added (diff) | |
download | historical-470dc23b8b9d185004052367de2c6a7e0c1bbba9.tar.gz historical-470dc23b8b9d185004052367de2c6a7e0c1bbba9.tar.bz2 historical-470dc23b8b9d185004052367de2c6a7e0c1bbba9.zip |
repoman'd
Diffstat (limited to 'app-doc/ucspi-tcp-man')
-rw-r--r-- | app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild | 8 |
1 files changed, 5 insertions, 3 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 4ef04da692ba..ebb46e038c64 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.3 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild,v 1.4 2002/08/01 14:02:44 seemant Exp $ S=${WORKDIR}/ucspi-tcp-0.88-man @@ -8,9 +8,11 @@ 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_install () { +SLOT="0" +LICENSE="public-domain" +KEYWORDS="x86 ppc sparc sparc64" +src_install () { dodoc README doman *.1 - } |