diff options
Diffstat (limited to 'devel/ncurses/Makefile')
-rw-r--r-- | devel/ncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 8bac3bad8f53..0a27e1528435 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -125,7 +125,7 @@ post-install: . endfor .endfor - ${RM} -f ${STAGEDIR}${PREFIX}/lib/libncurses.so \ + ${RM} ${STAGEDIR}${PREFIX}/lib/libncurses.so \ ${STAGEDIR}${PREFIX}/lib/libncursesw.so ${ECHO} "INPUT(libncurses.so.${PORTVERSION:R} AS_NEEDED(-ltinfo))" > ${STAGEDIR}${PREFIX}/lib/libncurses.so ${ECHO} "INPUT(libncursesw.so.${PORTVERSION:R} AS_NEEDED(-ltinfow))" > ${STAGEDIR}${PREFIX}/lib/libncursesw.so |