www-client/prozilla: repoman cleanup

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@620 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2008-12-08 20:08:17 +00:00
parent 4e46ee6950
commit 91089588cb
3 changed files with 7 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/prozilla-2.0.4-gcc4.patch
epatch "${FILESDIR}"/prozilla-2.0.4-gcc4.patch
}
src_compile() {
@@ -33,5 +33,5 @@ src_install () {
dodoc ANNOUNCE AUTHORS CREDITS ChangeLog FAQ NEWS README TODO
newdoc prozrc.sample prozilla.conf.example
rm -f ${D}/usr/share/locale/locale.alias
rm -f "${D}"/usr/share/locale/locale.alias
}