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 | 93dedaf7505e1ba09e04343fe96f8803e5bb3bfe (patch) | |
tree | 8bf5e1e184cd8d32a5057d800548565f318964bb /app-doc/ucspi-tcp-man | |
parent | open publication license added (diff) | |
download | gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.gz gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.bz2 gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.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 - } |