mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -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
|
.endif
|
||||||
|
|
||||||
.if defined(NOPORTDOCS)
|
.if defined(NOPORTDOCS)
|
||||||
MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}
|
MAKE_ARGS+= NOPORTDOCS=1
|
||||||
.else
|
.else
|
||||||
BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html
|
BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !defined(STRIP) || ${STRIP} == ""
|
||||||
|
CONFIGURE_ARGS+=--disable-strip
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${ARCH} == "amd64"
|
.if ${ARCH} == "amd64"
|
||||||
MAKE_ARGS+= ARCH=x86_64
|
MAKE_ARGS+= ARCH=x86_64
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue