diff options
author | erwin <erwin@FreeBSD.org> | 2006-08-04 21:17:59 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-08-04 21:17:59 +0800 |
commit | 50dac8ead3c549080029cd6a6d7364aaa819bf34 (patch) | |
tree | 48851bfdad98915b2797ceb3ed0127d521e3860b /CHANGES | |
parent | bf14a8f02c7eeae49ef55e0310f83bf643c2490d (diff) | |
download | freebsd-ports-gnome-50dac8ead3c549080029cd6a6d7364aaa819bf34.tar.gz freebsd-ports-gnome-50dac8ead3c549080029cd6a6d7364aaa819bf34.tar.zst freebsd-ports-gnome-50dac8ead3c549080029cd6a6d7364aaa819bf34.zip |
Fix a typo and refrase a sentense to be less ambiguous in the
last commit
Submitted by: vd
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |