diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-05-09 10:04:19 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-05-09 10:04:19 +0000 |
commit | 04d66237c3c516c029c3b4735b122a7b9a4030d6 (patch) | |
tree | a74b4a2626bbab3b67762fad6cd7993c64f30c78 /www/apache13-fp | |
parent | dfc7cfc62f597113780d6aaf355d9faf79be1d3d (diff) | |
download | ports-04d66237c3c516c029c3b4735b122a7b9a4030d6.tar.gz ports-04d66237c3c516c029c3b4735b122a7b9a4030d6.zip |
Notes
Diffstat (limited to 'www/apache13-fp')
-rw-r--r-- | www/apache13-fp/files/fp_install.alpha | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/apache13-fp/files/fp_install.alpha b/www/apache13-fp/files/fp_install.alpha index 16aa62ba4a64..670c9ebae4ef 100644 --- a/www/apache13-fp/files/fp_install.alpha +++ b/www/apache13-fp/files/fp_install.alpha @@ -1,11 +1,10 @@ ---- frontpage/version4.0/fp_install.sh.alpha Wed Mar 7 22:16:28 2001 -+++ frontpage/version4.0/fp_install.sh Wed Mar 7 22:22:07 2001 -@@ -70,7 +70,7 @@ +--- frontpage/version4.0/fp_install.sh.orig Mon Aug 14 12:31:46 2000 ++++ frontpage/version4.0/fp_install.sh Tue Apr 17 19:54:23 2001 +@@ -70,6 +70,7 @@ SunOS*5.*i386*) machine="solarisx86" ;; BSD/OS*) machine="bsdi" ;; SCO_SV*) machine="sco5" ;; -- FreeBSD*) machine="freebsd" ;; -+ FreeBSD*) machine="alpha" ;; ++ FreeBSD*) machine="alpha" ;; UnixWare\ *\ *\ 7*\ i*) machine="uware7" ;; *) echo "ERROR: Unsupported platform! Uname is $system." return 1 |