diff options
author | P. J. McDermott <pehjota> | 2013-05-18 16:33:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-18 16:33:13 (EDT) |
commit | e522ec1f8031fdb6040057fdd5d43b9f3052c09a (patch) | |
tree | 962865678952c398742f776249bba255f19db909 | |
parent | 506085de832017b873a9a0ddbc012ccaa4798c7f (diff) |
dev/pkg/spf-2.0: Fix a missing parenthesis.
-rw-r--r-- | dev/pkg/spf-2.0.mdwn | 2 |
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. |