freebsd-ports/mail/postfix29/files/patch-makedefs
Sahil Tandon 2a3984a7e3 Repo-copy mail/postfix -> mail/postfix29, and update
both ports to the latest version and make a note in
UPDATING.  Also:

- Adjust CONFLICTS
- Add LICENSE information
- Canonicalize 'Created by:' Makefile header
- Remove shlib version from LIB_DEPENDS assignment
- Correct LDAP_SASL logic
- Replace tab with a single space after 'WWW:' in pkg-descr

PR:		ports/177127
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2013-04-23 01:49:08 +00:00

13 lines
316 B
Text

--- makedefs.orig 2011-06-15 22:36:37.000000000 +0000
+++ makedefs 2011-11-06 00:37:30.699815339 +0000
@@ -146,6 +146,10 @@
;;
FreeBSD.8*) SYSTYPE=FREEBSD8
;;
+ FreeBSD.9*) SYSTYPE=FREEBSD9
+ ;;
+ FreeBSD.10*) SYSTYPE=FREEBSD10
+ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
OpenBSD.3*) SYSTYPE=OPENBSD3