diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-31 10:20:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-31 10:20:18 +0000 |
commit | da50ddf7e34c68dfb03213ff74bbd83e5e7c4856 (patch) | |
tree | 1f31e39a09892714fc202e63b0519af1ef5c7f42 /devel/ncurses | |
parent | b42a49f7019845d28d11f36cbfd194f01983adb5 (diff) | |
download | ports-da50ddf7e34c68dfb03213ff74bbd83e5e7c4856.tar.gz ports-da50ddf7e34c68dfb03213ff74bbd83e5e7c4856.zip |
Notes
Diffstat (limited to 'devel/ncurses')
-rw-r--r-- | devel/ncurses/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index f4879096231f..8c1aa6687be6 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -84,6 +84,8 @@ DEBUG_CONFIGURE_WITH= debug OPTIONS_SUB=yes +.include <bsd.port.options.mk> + post-extract: @${MKDIR} ${WIDEC_WRKSRC} @${MKDIR} ${NOWIDEC_WRKSRC} @@ -124,7 +126,7 @@ post-install: . for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ . endfor -.if ${OSTYP} != FreeBSD || ${OSVERSION} > 900000 +.if ${OPSYS} != FreeBSD || ${OSVERSION} > 900000 ${RM} -f ${STAGEDIR}${PREFIX}/lib/libncurses.so \ ${STAGEDIR}${PREFIX}/lib/libncursesw.so ${ECHO} "INPUT(libncurses.so.${RELEASE:R} AS_NEEDED(-ltinfo))" > ${STAGEDIR}${PREFIX}/lib/libncurses.so |