summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/fdupes/fdupes-9999.ebuild')
-rw-r--r--app-misc/fdupes/fdupes-9999.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/app-misc/fdupes/fdupes-9999.ebuild b/app-misc/fdupes/fdupes-9999.ebuild
index c9a2c595d3cc..f27d34c2d82a 100644
--- a/app-misc/fdupes/fdupes-9999.ebuild
+++ b/app-misc/fdupes/fdupes-9999.ebuild
@@ -9,17 +9,19 @@ MY_P="${PN}-${PV/_pre/-PR}"
DESCRIPTION="Identify/delete duplicate files residing within specified directories"
HOMEPAGE="https://github.com/adrianlopezroche/fdupes"
-SRC_URI=""
EGIT_REPO_URI="https://github.com/adrianlopezroche/fdupes.git"
LICENSE="MIT"
SLOT="0"
+
KEYWORDS=""
+SRC_URI=""
S="${WORKDIR}/${MY_P}"
-PATCHES=(
- "${FILESDIR}"/${P}-gentoo.patch
-)
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+DOCS=( CHANGES CONTRIBUTORS README )
src_configure() {
append-lfs-flags
@@ -27,7 +29,6 @@ src_configure() {
}
src_install() {
- dobin fdupes
- dodoc CHANGES CONTRIBUTORS README
- doman fdupes.1
+ emake PREFIX="/usr" DESTDIR="${D}" install
+ einstalldocs
}