diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-11 15:50:16 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-11 15:50:16 +0000 |
commit | 960c706f0691b84a01deed459ce4828ae6d22cc8 (patch) | |
tree | 61ef7ce093ae541beae07c95ad065adae2282b4e /net-misc | |
parent | Updated authenticator choosing mechanism to address bug #7324. (diff) | |
download | gentoo-2-960c706f0691b84a01deed459ce4828ae6d22cc8.tar.gz gentoo-2-960c706f0691b84a01deed459ce4828ae6d22cc8.tar.bz2 gentoo-2-960c706f0691b84a01deed459ce4828ae6d22cc8.zip |
fixed small typ0
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hylafax/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.1.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/hylafax/ChangeLog b/net-misc/hylafax/ChangeLog index 057f494b78d2..3aeed06bcc56 100644 --- a/net-misc/hylafax/ChangeLog +++ b/net-misc/hylafax/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-misc/hylafax # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.8 2002/08/27 18:11:20 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.9 2002/09/11 15:50:16 raker Exp $ *hylafax-4.1.3 (12 Aug 2002) + 11 Sep 2002; Nick hadaway <raker@gentoo.org> hylafax-4.1.3.ebuild : + Updated small typo + 27 Aug 2002; Nick Hadaway <raker@gentoo.org> hylafax-4.1.3.ebuild : Added fixes to address bug #7058. Cleaned up the ebuild formatting. Corrected license to be freedist. diff --git a/net-misc/hylafax/hylafax-4.1.3.ebuild b/net-misc/hylafax/hylafax-4.1.3.ebuild index 2d3db24f1eae..f3228ab8f00e 100644 --- a/net-misc/hylafax/hylafax-4.1.3.ebuild +++ b/net-misc/hylafax/hylafax-4.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.3.ebuild,v 1.3 2002/08/27 18:11:20 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.3.ebuild,v 1.4 2002/09/11 15:50:16 raker Exp $ S=${WORKDIR}/${P} MYSED=sed-3.02 @@ -19,6 +19,7 @@ DEPEND="net-dialup/mgetty app-text/ghostscript media-libs/tiff jpeg? ( media-libs/jpeg )" +RDEPEND="${DEPEND}" src_compile() { @@ -48,7 +49,7 @@ src_install() { dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool/fax \ /var/spool/fax/{archive,client,pollq,recvq,tmp} - chown -R uucp:uucp ${D} /var/spool/fax + chown -R uucp:uucp ${D}/var/spool/fax make \ BIN=${D}/usr/bin \ |