- 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:
Juergen Lock 2011-10-22 18:57:32 +00:00
parent 59b893e7fb
commit f69e03f3c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284132

View file

@ -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