summaryrefslogtreecommitdiffstats
path: root/dev/pkg/spf-2.0.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2013-05-18 16:33:13 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-18 16:33:13 (EDT)
commite522ec1f8031fdb6040057fdd5d43b9f3052c09a (patch)
tree962865678952c398742f776249bba255f19db909 /dev/pkg/spf-2.0.mdwn
parent506085de832017b873a9a0ddbc012ccaa4798c7f (diff)
dev/pkg/spf-2.0: Fix a missing parenthesis.
Diffstat (limited to 'dev/pkg/spf-2.0.mdwn')
-rw-r--r--dev/pkg/spf-2.0.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/pkg/spf-2.0.mdwn b/dev/pkg/spf-2.0.mdwn
index d3a748a..aef3878 100644
--- a/dev/pkg/spf-2.0.mdwn
+++ b/dev/pkg/spf-2.0.mdwn
@@ -65,7 +65,7 @@ These are the most common changes to update packages to SPF 2.0:
* Remove the old `Source` and `Version` [source package fields][spf-fields-s].
* Remove the old `Package` [binary package field][spf-fields-b].
* Add a `Platform` [binary package field][spf-fields-b] (usually with the
- value "`all`".
+ value "`all`").
* Rewrite [`build` makefiles][spf-build] to use the new `build` and `install`
targets.