Add security/freebsd-update back for non-ia64 releases. (The port is

currently marked ONLY_FOR_ARCHS= i386 amd64 alpha sparc64.)

Approved by:	scottl
This commit is contained in:
Colin Percival 2004-07-15 18:22:21 +00:00
parent 3d2e54c317
commit 0d3dd6d003
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132221

View File

@ -138,6 +138,9 @@ CDROM_SET_1="${CDROM_SET_1} print/apsfilter"
CDROM_SET_1="${CDROM_SET_1} print/ghostscript-gnu-nox11"
CDROM_SET_1="${CDROM_SET_1} print/gv"
CDROM_SET_1="${CDROM_SET_1} print/psutils-letter"
if [ ! "X{PKG_ARCH}" = "Xia64" ]; then
CDROM_SET_1="${CDROM_SET_1} security/freebsd-update"
fi
CDROM_SET_1="${CDROM_SET_1} security/sudo"
CDROM_SET_1="${CDROM_SET_1} shells/bash2"
CDROM_SET_1="${CDROM_SET_1} shells/pdksh"