aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2014-04-01 22:46:46 +0000
committerGlen Barber <gjb@FreeBSD.org>2014-04-01 22:46:46 +0000
commit86bb4323ab5feb650418644bb1e8b8ae42088c64 (patch)
tree70ca426ea1fb6a6b56305a394d909e343d9b9a18 /release
parentcbc0e08a7be92a8a6caf19f900239107d58ddadc (diff)
downloadsrc-86bb4323ab5feb650418644bb1e8b8ae42088c64.tar.gz
src-86bb4323ab5feb650418644bb1e8b8ae42088c64.zip
Clean up trailing whitespace in release/Makefile.
MFC after: 1 week X-MFC-With: r264027 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=264028
Diffstat (limited to 'release')
-rw-r--r--release/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index 24b6049a83fe..6ee53d6dc774 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
#
# Makefile for building releases and release media.
-#
+#
# User-driven targets:
# cdrom: Builds release CD-ROM media (disc1.iso)
# dvdrom: Builds release DVD-ROM media (dvd1.iso)
@@ -13,7 +13,7 @@
#
# Variables affecting the build process:
# WORLDDIR: location of src tree -- must have built world and default kernel
-# (by default, the directory above this one)
+# (by default, the directory above this one)
# PORTSDIR: location of ports tree to distribute (default: /usr/ports)
# DOCDIR: location of doc tree (default: /usr/doc)
# NOPKG: if set, do not distribute third-party packages
@@ -23,7 +23,7 @@
# WITH_DVD: if set, generate dvd1.iso
# WITH_COMPRESSED_IMAGES: if set, compress installation images with gzip(1)
# (uncompressed images are not removed)
-# TARGET/TARGET_ARCH: architecture of built release
+# TARGET/TARGET_ARCH: architecture of built release
#
WORLDDIR?= ${.CURDIR}/..
@@ -65,7 +65,7 @@ NODOC= true
NOPORTS= true
.endif
-EXTRA_PACKAGES=
+EXTRA_PACKAGES=
.if !defined(NOPORTS)
EXTRA_PACKAGES+= ports.txz
.endif