mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
- Fix whitespace in Makefile header - Refactor port to ease maintenance (adopted from mail/postfix) - Remove unnecessary patches - Add option to install into base PR: ports/147732 Submitted by: olli hauer <ohauer@gmx.de> Approved by: maintainer timeout (> 14 days)
11 lines
275 B
Text
11 lines
275 B
Text
--- makedefs.orig 2010-07-27 19:35:56.000000000 -0400
|
|
+++ makedefs 2010-07-27 19:36:28.000000000 -0400
|
|
@@ -146,6 +146,8 @@
|
|
;;
|
|
FreeBSD.8*) SYSTYPE=FREEBSD8
|
|
;;
|
|
+ FreeBSD.9*) SYSTYPE=FREEBSD9
|
|
+ ;;
|
|
OpenBSD.2*) SYSTYPE=OPENBSD2
|
|
;;
|
|
OpenBSD.3*) SYSTYPE=OPENBSD3
|