1) document AUTOMAKE_VERSION, bought up by Dorian Buttner
2) make COPTS wording clearer

feel free to change wording correctly. run through mandoc -Tlint...

Index: bsd.port.mk.5
===================================================================
RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v
retrieving revision 1.309
diff -u -r1.309 bsd.port.mk.5
--- bsd.port.mk.5       25 Nov 2011 14:04:23 -0000      1.309
+++ bsd.port.mk.5       30 Nov 2011 21:42:37 -0000
@@ -883,6 +883,16 @@
 If autoconf must be run manually,
 .Ev MODGNU_AUTOCONF_DEPENDS
 can be used to specify what packages to depend upon.
+.It Ev AUTOMAKE_VERSION
+Several versions of automake may coexist peacefully.
+Setting
+.Ev AUTOMAKE_VERSION
+along with
+.Ev CONFIGURE_STYLE
+set to automake is the correct way to specify which one to use.
+If automake must be run manually,
+.Ev MODGNU_AUTOMAKE_DEPENDS
+can be used to specify what packages to depend upon.
 .It Ev BASE_PKGPATH
 Full
 .Xr pkgpath 7
@@ -1186,7 +1196,7 @@
 User settings.
 Supplementary options appended to ${CFLAGS} for building.
 Since most ports ignore the COPTS convention, they are actually told to use
-${CFLAGS} ${COPTS} as CFLAGS.
+COPTS as CFLAGS.
 .It Ev CXXDIAGFLAGS
 Flags appended to
 .Ev CXXFLAGS

Reply via email to