diff options
author | mat <mat@FreeBSD.org> | 2018-01-18 23:42:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-01-18 23:42:15 +0800 |
commit | 5d0205bdd1c58c5551b8cdb3eef9c8cc5183c66b (patch) | |
tree | c55a99b75c522162149a71719c2bea6f78c31e41 /Mk | |
parent | 2dfb2e1327fdac0dc943653576bf484b84e87991 (diff) | |
download | freebsd-ports-gnome-5d0205bdd1c58c5551b8cdb3eef9c8cc5183c66b.tar.gz freebsd-ports-gnome-5d0205bdd1c58c5551b8cdb3eef9c8cc5183c66b.tar.zst freebsd-ports-gnome-5d0205bdd1c58c5551b8cdb3eef9c8cc5183c66b.zip |
Remove confusing and obsolete comment, 10.2 support was axed in
ports r430441.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/do-users-groups.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/Scripts/do-users-groups.sh b/Mk/Scripts/do-users-groups.sh index a01f4b9ddf66..45bf0e081f72 100644 --- a/Mk/Scripts/do-users-groups.sh +++ b/Mk/Scripts/do-users-groups.sh @@ -31,7 +31,6 @@ set -f rm -f "${dp_UG_INSTALL}" "${dp_UG_DEINSTALL}" || : -# Before FreeBSD 10.2, PW did not have -R support. if [ "${dp_OPSYS}" = FreeBSD ] ; then cat >> "${dp_UG_INSTALL}" <<-eot if [ -n "\${PKG_ROOTDIR}" ] && [ "\${PKG_ROOTDIR}" != "/" ]; then |