diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch) | |
tree | aaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/whois | |
parent | LICENSE fix (diff) | |
download | gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2 gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/Manifest | 4 | ||||
-rw-r--r-- | net-misc/whois/whois-4.6.6-r2.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest index e5740fce0c28..105131adcbc1 100644 --- a/net-misc/whois/Manifest +++ b/net-misc/whois/Manifest @@ -1,4 +1,4 @@ +MD5 04d41cd63b77ff438cb9688ff89d728d ChangeLog 4386 +MD5 15322eb44ba3b69b63ee4a811ac26240 whois-4.6.6-r2.ebuild 1172 MD5 9d6a7c447cdafb5e2b97f86d5c6e9789 files/digest-whois-4.6.6-r2 62 MD5 5b0f12c560d041d865109694432ffd93 files/whois-4.6.6-gentoo-security-2.patch 5366 -MD5 97dad44c541012803d88416781635310 whois-4.6.6-r2.ebuild 1175 -MD5 04d41cd63b77ff438cb9688ff89d728d ChangeLog 4386 diff --git a/net-misc/whois/whois-4.6.6-r2.ebuild b/net-misc/whois/whois-4.6.6-r2.ebuild index 9ef7a2f44dc3..d10d41211318 100644 --- a/net-misc/whois/whois-4.6.6-r2.ebuild +++ b/net-misc/whois/whois-4.6.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.6.6-r2.ebuild,v 1.2 2003/08/28 14:25:50 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.6.6-r2.ebuild,v 1.3 2003/09/05 22:01:49 msterret Exp $ IUSE="nls" MY_P=${P/-/_} @@ -18,13 +18,13 @@ RDEPEND="virtual/glibc" src_unpack() { unpack ${A} cd ${S} - sed -i "s/-O2/$CFLAGS/" Makefile + sed -i "s/-O2/$CFLAGS/" Makefile use nls && ( \ cd po sed -i "s:/usr/bin/install:/bin/install:" Makefile ) || ( \ - sed -i "s:cd po.*::" Makefile + sed -i "s:cd po.*::" Makefile ) epatch ${FILESDIR}/${P}-gentoo-security-2.patch @@ -40,7 +40,7 @@ src_install() { dodir /usr/share/man/man1 use nls && dodir /usr/share/locale make BASEDIR=${D} prefix=/usr mandir=/usr/share/man install || die - + dobin mkpasswd doman mkpasswd.1 dodoc README whois.conf debian/changelog debian/copyright |