mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Fix package building by fixing the option conversion
This commit is contained in:
parent
70bda8fec9
commit
f442618187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322617
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
|
||||
OPTIONS_DEFINE= OPTIMIZED
|
||||
OPTIONS_DEFINE= OPTIMIZED DOCS
|
||||
OPTIMIZED_DESC= SSE2 optimization routines
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -31,7 +31,7 @@ PLIST_FILES= lib/liblbfgs-1.10.so.0.0 lib/liblbfgs.a lib//liblbfgs.la \
|
|||
PORTDOCS= README INSTALL COPYING AUTHORS ChangeLog NEWS
|
||||
|
||||
post-patch:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
.if !${PORT_OPTIONS:MDOCS}
|
||||
@${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue