summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 09:11:39 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 09:11:39 +0000
commit8f90395ba74c53ac47b7c41400cee8dabcaa4ea5 (patch)
treee4e56c2e91c3fb0afe0f3fd1eb400fceaa4e3a2a /net-mail/vacation/vacation-1.2.6.1.ebuild
parentun-redefine ${A} (diff)
downloadgentoo-2-8f90395ba74c53ac47b7c41400cee8dabcaa4ea5.tar.gz
gentoo-2-8f90395ba74c53ac47b7c41400cee8dabcaa4ea5.tar.bz2
gentoo-2-8f90395ba74c53ac47b7c41400cee8dabcaa4ea5.zip
whitespace cleanup
Diffstat (limited to 'net-mail/vacation/vacation-1.2.6.1.ebuild')
-rw-r--r--net-mail/vacation/vacation-1.2.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/vacation/vacation-1.2.6.1.ebuild b/net-mail/vacation/vacation-1.2.6.1.ebuild
index 0c153cef8fab..1f9af32a3f2b 100644
--- a/net-mail/vacation/vacation-1.2.6.1.ebuild
+++ b/net-mail/vacation/vacation-1.2.6.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-mail/vacation/vacation-1.2.6.1.ebuild,v 1.2 2003/06/17 20:05:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vacation/vacation-1.2.6.1.ebuild,v 1.3 2003/09/05 09:09:20 msterret Exp $
DESCRIPTION="automatic mail answering program"
HOMEPAGE="http://vacation.sourceforge.net/"
@@ -20,7 +20,7 @@ src_unpack () {
cd ${S}
mv vacation.man vacation.1
mv Makefile Makefile.orig
- sed < Makefile.orig -e 's: -m486::' | sed -e 's:CFLAGS.*= \(.*\):CFLAGS += \1:' > Makefile
+ sed < Makefile.orig -e 's: -m486::' | sed -e 's:CFLAGS.*= \(.*\):CFLAGS += \1:' > Makefile
}
src_compile () {