summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-28 10:09:27 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-28 10:09:27 +0000
commitbc44688333279bcb9f008415821370110935fb4d (patch)
tree8b3779bfde3fceba3c1b94a4e30d524f67046dd0
parentmore quoting (diff)
downloadgentoo-2-bc44688333279bcb9f008415821370110935fb4d.tar.gz
gentoo-2-bc44688333279bcb9f008415821370110935fb4d.tar.bz2
gentoo-2-bc44688333279bcb9f008415821370110935fb4d.zip
redudant COPYING
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
-rw-r--r--net-misc/hlfl/hlfl-0.60.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/hlfl/hlfl-0.60.1.ebuild b/net-misc/hlfl/hlfl-0.60.1.ebuild
index fc0be618a913..dc32fddee1a3 100644
--- a/net-misc/hlfl/hlfl-0.60.1.ebuild
+++ b/net-misc/hlfl/hlfl-0.60.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.10 2009/09/23 19:37:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.11 2010/10/28 10:09:27 ssuominen Exp $
IUSE=""
DESCRIPTION="High Level Firewall Language"
@@ -14,17 +14,17 @@ DEPEND=""
src_compile() {
sed -i -e 's:${datadir}/hlfl:${datadir}:' configure
- econf --datadir=/usr/share/doc/${P} || die "./configure failed"
+ econf --datadir=/usr/share/doc/${PF}
emake || die
}
src_install () {
dobin src/hlfl
doman doc/hlfl.1
- insinto /usr/share/doc/${P}
+ insinto /usr/share/doc/${PF}
doins doc/services.hlfl
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \
+ dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS \
TODO doc/RoadMap doc/sample_1.hlfl doc/sample_2.hlfl \
doc/test.hlfl doc/syntax.txt doc/sample_3.hlfl doc/CodingStyle
}