diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lifelines/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index cf53189caca6..f62b49a2b78e 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -31,6 +31,10 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's,ncursesw/curses.h,curses.h,' \ + ${WRKSRC}/src/hdrs/mycurses.h + post-install: .if !defined(NOPORTDOCS) .for file in btedit.1 dbverify.1 llines.1 |