diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:11:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:11:43 +0000 |
commit | e747223589dd1d1953329b477e367e0526e8d122 (patch) | |
tree | f772b85614795607dbc2e14396f857f0e54f2af6 /net-fs/intersync/intersync-0.9.5.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-e747223589dd1d1953329b477e367e0526e8d122.tar.gz historical-e747223589dd1d1953329b477e367e0526e8d122.tar.bz2 historical-e747223589dd1d1953329b477e367e0526e8d122.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-fs/intersync/intersync-0.9.5.ebuild')
-rw-r--r-- | net-fs/intersync/intersync-0.9.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/intersync/intersync-0.9.5.ebuild b/net-fs/intersync/intersync-0.9.5.ebuild index c9c0babaed14..70ac627a5b18 100644 --- a/net-fs/intersync/intersync-0.9.5.ebuild +++ b/net-fs/intersync/intersync-0.9.5.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-fs/intersync/intersync-0.9.5.ebuild,v 1.7 2003/06/12 21:21:24 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/intersync/intersync-0.9.5.ebuild,v 1.8 2003/09/07 00:11:41 msterret Exp $ DESCRIPTION="Intermezzo is an advanced replicating networked filesystem." HOMEPAGE="http://www.inter-mezzo.org" @@ -21,20 +21,20 @@ src_compile () { local myconf="" has "net-www/apache" \ && $myconf="${myconf} --with-apache-modules=/etc/apache/modules" - + ./configure \ --sysconfdir=/etc \ --localstatedir=/var \ --datadir=/usr/share \ --libdir=/lib \ ${myconf} - + emake || die "emake failed" } src_install () { make DESTDIR=${D} install - + exeinto /etc/init.d ; newexe ${FILESDIR}/intersync.rc intersync insinto /etc/conf.d ; newins ${FILESDIR}/intersync.conf intersync } |