diff options
Diffstat (limited to 'mail/postfix28/files/patch-makedefs')
-rw-r--r-- | mail/postfix28/files/patch-makedefs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix28/files/patch-makedefs b/mail/postfix28/files/patch-makedefs index 0379a3aa9b54..59dd2ccb8d95 100644 --- a/mail/postfix28/files/patch-makedefs +++ b/mail/postfix28/files/patch-makedefs @@ -1,11 +1,13 @@ --- makedefs.orig 2009-07-17 18:21:25.000000000 -0400 +++ makedefs 2009-07-17 18:23:12.000000000 -0400 -@@ -144,6 +144,8 @@ +@@ -144,6 +144,10 @@ ;; FreeBSD.7*) SYSTYPE=FREEBSD7 ;; + FreeBSD.8*) SYSTYPE=FREEBSD8 + ;; ++ FreeBSD.9*) SYSTYPE=FREEBSD9 ++ ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 |