mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Teach about FreeBSD 6.X (and thus unbreak) - Honor CC and CFLAGS - Tidy up Makefile and pkg-plist (use DOCSDIR macro) - Do not build file(1) since it's the base already (and the same version) Approved by: maintainer timeout
11 lines
328 B
Text
11 lines
328 B
Text
--- src/makedefs.orig Wed Jan 19 16:16:07 2005
|
|
+++ src/makedefs Wed Jan 19 16:16:17 2005
|
|
@@ -10,6 +10,8 @@
|
|
;;
|
|
FreeBSD.5*) DEFS="-DFREEBSD5"
|
|
;;
|
|
+ FreeBSD.6*) DEFS="-DFREEBSD6"
|
|
+ ;;
|
|
NetBSD.1.6*) DEFS="-DNETBSD16"
|
|
;;
|
|
OpenBSD.2*) DEFS="-DOPENBSD2"
|