forked from Lainports/freebsd-ports
No matter ncursesw from ports or base (OSVERSION >= 700033), it's in
search path. This also fix build after inclusion ncursesw in current.
This commit is contained in:
parent
6c2a510b47
commit
74c9b4373d
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue