summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
commitb5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch)
treeaaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/whatmask
parentLICENSE fix (diff)
downloadgentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip
whitespace cleanup
Diffstat (limited to 'net-misc/whatmask')
-rw-r--r--net-misc/whatmask/Manifest2
-rw-r--r--net-misc/whatmask/whatmask-1.1.ebuild11
2 files changed, 6 insertions, 7 deletions
diff --git a/net-misc/whatmask/Manifest b/net-misc/whatmask/Manifest
index 215aeb4ca33e..d05857aa8812 100644
--- a/net-misc/whatmask/Manifest
+++ b/net-misc/whatmask/Manifest
@@ -1,3 +1,3 @@
MD5 eee6d6014007dd8724f3d697ebcbafdb ChangeLog 857
-MD5 5b0bc163527e3bd0dcf1a9cdf077037b whatmask-1.1.ebuild 827
+MD5 975e5ed348a3fbf609e1a37c4401d9ac whatmask-1.1.ebuild 822
MD5 208207aad1e3590eae78ec12697af28d files/digest-whatmask-1.1 64
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
}
-