aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ncurses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ncurses/Makefile')
-rw-r--r--devel/ncurses/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index 8e96101b3c34..1eb17b4601ec 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -173,8 +173,7 @@ post-install:
.endif
.if !defined(WITHOUT_TERMINFO)
- ${FIND} ${PREFIX}/share/misc -name "*.terminfo" -print0 | \
- ${XARGS} -0 ${PREFIX}/bin/tic
+ ${FIND} ${PREFIX}/share/misc -name "*.terminfo" -exec ${PREFIX}/bin/tic {} \;
.endif
.if !defined(NOPORTDOCS)