aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-04 13:17:59 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-04 13:17:59 +0000
commitc71442b16678236237267406f90327949bef47b9 (patch)
tree99cba7adeb721ffeac57d72a75aaac8aaccfba7c /CHANGES
parent47597fc997245f04b0f041ffbc011cc09f479409 (diff)
downloadports-c71442b16678236237267406f90327949bef47b9.tar.gz
ports-c71442b16678236237267406f90327949bef47b9.zip
Fix a typo and refrase a sentense to be less ambiguous in the
last commit Submitted by: vd
Notes
Notes: svn path=/head/; revision=169651
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index d3afc7625d6a..a23bde26ad22 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,7 +19,7 @@ Tools/scripts/security-check.awk:
A package is installed under ${DESTDIR}${PREFIX} now and registered under
${DESTDIR}/var/db/pkg.
- * TARGETDIR variable has been added for referencing ${DSTDIR}${PREFIX}.
+ * TARGETDIR variable has been added for referencing ${DESTDIR}${PREFIX}.
* LOCALBASE, LINUXBASE and X11BASE variables point to the final destination
now, LOCALBASE_REL, LINUXBASE_REL and X11BASE_REL can be used for the
@@ -29,7 +29,8 @@ Tools/scripts/security-check.awk:
* OSVERSION is now determined from the userland, not from the kernel.
Cross-compiling between releases is still not supported, but this
- behavior is more correct for jails with different kernel version as well.
+ behavior is more correct for jails with differing userland from
+ the kernel version.
* Add some sanity check for PREFIX and DESTDIR. This can be skipped by
defining IGNORE_PATH_CHECKS, but very discouraged.