diff options
author | ivan <ivan> | 2005-03-10 07:27:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-03-10 07:27:00 +0000 |
commit | dcd77b42f7d872c87a25ba3b56b45793d5cb2d36 (patch) | |
tree | 92eda0b18439c17370caa2bcb891dc89bc0d598c /install | |
parent | 577f68876da617bdbd8330d15bcb61a8e6f848ea (diff) |
freebsd bs
Diffstat (limited to 'install')
-rwxr-xr-x | install/freebsd/INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install/freebsd/INSTALL b/install/freebsd/INSTALL index 9b05c6f43..6fff379f1 100755 --- a/install/freebsd/INSTALL +++ b/install/freebsd/INSTALL @@ -1,9 +1,11 @@ #!/bin/sh ( cd /usr/ports/sysutils/portupgrade + #??? setenv WITH_OPENSSL_PORT "yes" make install ) +#rehash pkgdb -u portinstall -PR cvsup-without-gui @@ -14,7 +16,7 @@ cvsup /root/ports-supfile portsdb -Uu -portinstall -P -R portupgrade +portinstall -PR portupgrade for port in `grep -v '^ *#' ports`; do #cd /usr/ports/$port |