summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-07-07 16:23:04 +0000
committermarcel <marcel@FreeBSD.org>2008-07-07 16:23:04 +0000
commit52f5218d048de0bb0dadfb401b10e5419dd68ed5 (patch)
tree4ce0937d9fb69c2ca4897315c6756176a45c2b6e /release/Makefile
parent2e26d321b272a16f27e7e8f1975500ef96efbfff (diff)
downloadFreeBSD-src-52f5218d048de0bb0dadfb401b10e5419dd68ed5.zip
FreeBSD-src-52f5218d048de0bb0dadfb401b10e5419dd68ed5.tar.gz
When making release with NOPORTS, we'll checkout only the
mininal set of ports required to make the docs. However, we also need ports/sysutils/cdrtools in order to make the ISO images. When a platform doesn't have packages, the release will fail in that case. Add ports/sysutils/cdrtools to RELEASEPORTSMODULE for the DOMINIMALDOCPORTS case to handle the NOPORTS release build. Note that this change doesn't try to handle the NOPORTS with NODOC case. For we have NOPORTSATALL set and it seems wrong to check out a ports module in that case.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index c2904d8..d7e780f 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -128,7 +128,7 @@ RELNOTES_LANG?= en_US.ISO8859-1
.if defined(NOPORTS) && !defined(NODOC)
DOMINIMALDOCPORTS= YES
.include "Makefile.inc.docports"
-RELEASEPORTSMODULE= ${MINIMALDOCPORTS}
+RELEASEPORTSMODULE= ${MINIMALDOCPORTS} ports/sysutils/cdrtools
.endif
# Helper variable
OpenPOWER on IntegriCloud