mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
a346b45627
Extentions PR: 31625 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
12 lines
545 B
Plaintext
12 lines
545 B
Plaintext
--- frontpage/version5.0/fp_install.sh.orig Fri Apr 20 09:00:59 2001
|
|
+++ frontpage/version5.0/fp_install.sh Tue May 1 23:14:53 2001
|
|
@@ -155,7 +155,7 @@
|
|
SunOS*5.*sun4*) machine="solaris" ;;
|
|
SunOS*5.*i386*) machine="solarisx86" ;;
|
|
BSD/OS*) machine="bsdi" ;;
|
|
- FreeBSD*) machine="freebsd" ;;
|
|
+ FreeBSD*) machine="alpha" ;;
|
|
*) echo "ERROR: Unsupported platform! Uname is $system."
|
|
return 1
|
|
;;
|