summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/wordnet/wordnet-3.0-r4.ebuild')
-rw-r--r--app-dicts/wordnet/wordnet-3.0-r4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-dicts/wordnet/wordnet-3.0-r4.ebuild b/app-dicts/wordnet/wordnet-3.0-r4.ebuild
index c23524b5ba54..0a5853b71646 100644
--- a/app-dicts/wordnet/wordnet-3.0-r4.ebuild
+++ b/app-dicts/wordnet/wordnet-3.0-r4.ebuild
@@ -40,8 +40,9 @@ PATCHES=(
"${FILESDIR}"/${P}-format-security.patch
"${FILESDIR}"/${P}-src_stubs_c.patch
)
+
src_prepare() {
- epatch ${PATCHES[@]}
+ epatch "${PATCHES[@]}"
# Don't install all the extra docs (html, pdf, ps) without doc USE flag.
if ! use doc; then
sed -i -e "s:SUBDIRS =.*:SUBDIRS = man:" doc/Makefile.am || die