diff options
author | Scott Long <scottl@FreeBSD.org> | 2004-05-25 15:20:10 +0000 |
---|---|---|
committer | Scott Long <scottl@FreeBSD.org> | 2004-05-25 15:20:10 +0000 |
commit | a31b245266de0180291d6a2825b8d3b3f00a2744 (patch) | |
tree | 566a1f364793890c5b8fdca41b0e35c92f8efc60 | |
parent | 3bca303ce32a03dc017160f1ec5af94c5273f6e3 (diff) |
Notes
-rwxr-xr-x | release/scripts/print-cdrom-packages.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index a97c781d72da0..58156bef95d91 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -89,9 +89,11 @@ CDROM_SET_1="${CDROM_SET_1} x11-servers/XFree86-4-PrintServer" CDROM_SET_1="${CDROM_SET_1} x11-servers/XFree86-4-Server" CDROM_SET_1="${CDROM_SET_1} x11-servers/XFree86-4-VirtualFramebufferServer" CDROM_SET_1="${CDROM_SET_1} x11-wm/afterstep" +if [ "X${PKG_ARCH}" != "Xalpha" ]; then CDROM_SET_1="${CDROM_SET_1} x11-wm/enlightenment" -CDROM_SET_1="${CDROM_SET_1} x11-wm/fvwm2" CDROM_SET_1="${CDROM_SET_1} x11-wm/sawfish2" +fi +CDROM_SET_1="${CDROM_SET_1} x11-wm/fvwm2" CDROM_SET_1="${CDROM_SET_1} x11-wm/windowmaker" CDROM_SET_1="${CDROM_SET_1} x11/XFree86-4" CDROM_SET_1="${CDROM_SET_1} x11/XFree86-4-clients" @@ -107,7 +109,7 @@ CDROM_SET_1="${CDROM_SET_1} www/links" CDROM_SET_1="${CDROM_SET_1} astro/xearth" CDROM_SET_1="${CDROM_SET_1} editors/emacs" CDROM_SET_1="${CDROM_SET_1} editors/vim-lite" -CDROM_SET_1="${CDROM_SET_1} editors/vim" +#CDROM_SET_1="${CDROM_SET_1} editors/vim" CDROM_SET_1="${CDROM_SET_1} emulators/mtools" CDROM_SET_1="${CDROM_SET_1} graphics/xv" CDROM_SET_1="${CDROM_SET_1} irc/xchat2" |