1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- 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>
This commit is contained in:
Stanislav Sedov 2011-01-11 06:38:45 +00:00
parent db79a36a5e
commit a826f521f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267628

View File

@ -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>