freebsd-ports/www/frontpage/files/fp_install.bsdi
Pav Lucistnik 0dc996a88f - Update to 5.0.2.2635
- Unbreak
- Take maintainership
- Lot of changes

PR:		ports/77220
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com>
2005-02-09 20:11:11 +00:00

11 lines
567 B
Text

--- frontpage/version5.0/fp_install.sh.orig Tue Jul 15 16:58:01 2003
+++ frontpage/version5.0/fp_install.sh Tue Jul 15 17:20:23 2003
@@ -171,7 +171,7 @@
SunOS*5.*sun4*) machine="solaris" ;;
SunOS*5.*i386*) machine="solarisx86" ;;
BSD/OS*) machine="bsdi" ;;
- FreeBSD*) machine="freebsd"
+ FreeBSD*) machine="bsdi"
DEFAULTAPXS="PREFIX/sbin/apxs"
;;
*) echo "ERROR: Unsupported platform! Uname is $system."