mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
- Respect STRIP [1]
- Respect NOPORTDOCS, even if it's empty [2] PR: ports/161856 [1], ports/161857 [2] Submitted by: Nali Toja <nalitoja@gmail.com>
This commit is contained in:
parent
59b893e7fb
commit
f69e03f3c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284132
1 changed files with 5 additions and 1 deletions
|
@ -93,11 +93,15 @@ CONFIGURE_ARGS+= --disable-kqemu
|
|||
.endif
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}
|
||||
MAKE_ARGS+= NOPORTDOCS=1
|
||||
.else
|
||||
BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html
|
||||
.endif
|
||||
|
||||
.if !defined(STRIP) || ${STRIP} == ""
|
||||
CONFIGURE_ARGS+=--disable-strip
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
MAKE_ARGS+= ARCH=x86_64
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue