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/vncsnapshot | |
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/vncsnapshot')
-rw-r--r-- | net-misc/vncsnapshot/Manifest | 4 | ||||
-rw-r--r-- | net-misc/vncsnapshot/vncsnapshot-1.1.ebuild | 13 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net-misc/vncsnapshot/Manifest b/net-misc/vncsnapshot/Manifest index a34be8c3a501..8be6415e4fcd 100644 --- a/net-misc/vncsnapshot/Manifest +++ b/net-misc/vncsnapshot/Manifest @@ -1,3 +1,3 @@ -MD5 21841ad97e9ecf1236c69f9999e779d7 files/digest-vncsnapshot-1.1 71 MD5 a4afa1be4c4b3c8ceefb9ebf18f8054f ChangeLog 347 -MD5 fa9e1be7ebe918b111da0785c85b2711 vncsnapshot-1.1.ebuild 905 +MD5 c74b3d62f7dc93f3c81fba8e0a988c69 vncsnapshot-1.1.ebuild 893 +MD5 21841ad97e9ecf1236c69f9999e779d7 files/digest-vncsnapshot-1.1 71 diff --git a/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild b/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild index 1f764e02f981..7cf09970393c 100644 --- a/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild +++ b/net-misc/vncsnapshot/vncsnapshot-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/vncsnapshot/vncsnapshot-1.1.ebuild,v 1.2 2003/07/13 14:31:36 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild,v 1.3 2003/09/05 22:01:49 msterret Exp $ LICENSE="GPL-2" DESCRIPTION="A command-line tool for taking JPEG snapshots of VNC servers" @@ -14,16 +14,15 @@ DEPEND=">=media-libs/jpeg-6b # no configure for this puppy src_compile() { - #note: We override CDEBUGFLAGS instead of CFLAGS because otherwise + #note: We override CDEBUGFLAGS instead of CFLAGS because otherwise # we lost the INCLUDES in the makefile. - make CDEBUGFLAGS="${CFLAGS}" || die "make failed" + make CDEBUGFLAGS="${CFLAGS}" || die "make failed" } # likewise, no make install (we're real Unix hackers, we are) src_install() { - dobin vncsnapshot || die - cp vncsnapshot.man1 vncsnapshot.1 - doman vncsnapshot.1 + dobin vncsnapshot || die + cp vncsnapshot.man1 vncsnapshot.1 + doman vncsnapshot.1 } - |