1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix patch target on FreeBSD/Alpha.

PR:		26660
Submitted by:	maintainer
Reported by:	beta.FreeBSD.org
This commit is contained in:
Alexander Langer 2001-05-09 10:04:19 +00:00
parent dfc7cfc62f
commit 04d66237c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42450

View File

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