freebsd-ports/www/frontpage/files/fp_install.alpha
Mario Sergio Fujikawa Ferreira a346b45627 New port frontpage version 5.0.2.2623: Microsoft Frontpage 2002
Extentions

PR:		31625
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
2001-12-27 22:26:52 +00:00

11 lines
545 B
Text

--- 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
;;