mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Switch to options helpers
- Fix stage-qa Approved by: portmgr blanket
This commit is contained in:
parent
e1b543c53b
commit
53ceb07d77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397592
@ -25,11 +25,7 @@ CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \
|
||||
--program-prefix=n
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MWIDECHAR}
|
||||
CONFIGURE_ARGS+= --enable-widechar
|
||||
.endif
|
||||
WIDECHAR_CONFIGURE_ON= --enable-widechar
|
||||
|
||||
CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib
|
||||
@ -42,4 +38,7 @@ post-patch:
|
||||
${WRKSRC}/../dist/configure
|
||||
@${CHMOD} 755 ${WRKSRC}/../dist/configure
|
||||
|
||||
post-install:
|
||||
@${RM} ${STAGEDIR}${PREFIX}/man/cat1/*.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user