diff options
Diffstat (limited to '')
-rw-r--r-- | mail/postfix21/files/patch-makedefs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/postfix21/files/patch-makedefs b/mail/postfix21/files/patch-makedefs index 85aa32761f0d..36ecc70c3a58 100644 --- a/mail/postfix21/files/patch-makedefs +++ b/mail/postfix21/files/patch-makedefs @@ -1,6 +1,6 @@ ---- makedefs.orig Wed Apr 14 20:59:43 2004 -+++ makedefs Fri Aug 19 10:26:59 2005 -@@ -93,6 +93,10 @@ +--- makedefs.orig 2007-12-13 14:29:44.000000000 -0200 ++++ makedefs 2007-12-13 14:30:13.000000000 -0200 +@@ -93,6 +93,12 @@ ;; FreeBSD.5*) SYSTYPE=FREEBSD5 ;; @@ -8,6 +8,8 @@ + ;; + FreeBSD.7*) SYSTYPE=FREEBSD5 + ;; ++ FreeBSD.8*) SYSTYPE=FREEBSD5 ++ ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 |