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:
parent
3d2e54c317
commit
0d3dd6d003
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user