mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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:
parent
db79a36a5e
commit
a826f521f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267628
1 changed files with 4 additions and 0 deletions
|
@ -29,4 +29,8 @@ USE_LDCONFIG= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --without-vim
|
CONFIGURE_ARGS+= --without-vim
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \
|
||||||
|
${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue