diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | d57e8cd5234564c17748dd8cc2009b254afb8b5c (patch) | |
tree | 90b32b34467e23ea2c4af62a42850439767cf524 /net-misc/whatmask/whatmask-1.1.ebuild | |
parent | LICENSE fix (diff) | |
download | historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2 historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/whatmask/whatmask-1.1.ebuild')
-rw-r--r-- | net-misc/whatmask/whatmask-1.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-misc/whatmask/whatmask-1.1.ebuild b/net-misc/whatmask/whatmask-1.1.ebuild index d7c893d950c9..f23e4bfaeb52 100644 --- a/net-misc/whatmask/whatmask-1.1.ebuild +++ b/net-misc/whatmask/whatmask-1.1.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/whatmask/whatmask-1.1.ebuild,v 1.8 2003/02/13 15:11:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.1.ebuild,v 1.9 2003/09/05 22:01:49 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="little C program to compute different subnet mask notations" @@ -15,16 +15,15 @@ SLOT="0" src_compile() { try ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} - + emake || die #make || die } src_install () { - + # try make prefix=${D}/usr install - try make DESTDIR=${D} install - dodoc README INSTALL AUTHORS ChangeLog NEWS + try make DESTDIR=${D} install + dodoc README INSTALL AUTHORS ChangeLog NEWS } - |