summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2011-01-11 06:38:45 +0000
committerStanislav Sedov <stas@FreeBSD.org>2011-01-11 06:38:45 +0000
commita826f521f73a3a171f7862ca88e5145e98352e87 (patch)
treef7b4f2cfb432dd861ceb0fdd44d1b2c9d5cee2e4
parent- Fix @dirrmtry (diff)
- Don't install util scripts. Before that the inkscape2ed script was
installing if inkscape is present and this was not correctly noted in the pkg-list. We're disabling it's installation for now because it pulls extra dependencies and it's not clear if it's useful enogh to keep. PR: ports/153879 Reported by: Steve Wills <steve@mouf.net>
-rw-r--r--graphics/edje/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile
index ec5f0ca675cc..dfdce97f05f5 100644
--- a/graphics/edje/Makefile
+++ b/graphics/edje/Makefile
@@ -29,4 +29,8 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS+= --without-vim
+post-patch:
+ @${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>