diff options
author | 2008-12-27 03:25:36 +0000 | |
---|---|---|
committer | 2008-12-27 03:25:36 +0000 | |
commit | 85e4e833406032274fd1f705ae0a81d833df7614 (patch) | |
tree | e1ede06d30709dc0235cff231482eda8fe7828f5 /net-analyzer/ArpON/ArpON-1.90.ebuild | |
parent | profiles/package.mask: Mask wmarpstar (masked dep) (diff) | |
download | sunrise-85e4e833406032274fd1f705ae0a81d833df7614.tar.gz sunrise-85e4e833406032274fd1f705ae0a81d833df7614.tar.bz2 sunrise-85e4e833406032274fd1f705ae0a81d833df7614.zip |
net-analyzer/ArpON: Remove LICENSE file from dodoc
svn path=/sunrise/; revision=7548
Diffstat (limited to 'net-analyzer/ArpON/ArpON-1.90.ebuild')
-rw-r--r-- | net-analyzer/ArpON/ArpON-1.90.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ArpON/ArpON-1.90.ebuild b/net-analyzer/ArpON/ArpON-1.90.ebuild index 6774c1808..aa6fc8e0a 100644 --- a/net-analyzer/ArpON/ArpON-1.90.ebuild +++ b/net-analyzer/ArpON/ArpON-1.90.ebuild @@ -27,6 +27,6 @@ src_compile() { src_install() { dosbin arpon || die "arpon installation failed" doman man8/arpon.8 || die "arpon man installation failed" - dodoc AUTHORS CHANGELOG LICENSE TODO || die + dodoc AUTHORS CHANGELOG TODO || die dohtml man8/html/*.html doc/*.png || die } |