diff options
author | Remko Lodder <remko@FreeBSD.org> | 2014-03-10 09:20:24 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2014-03-10 09:20:24 +0000 |
commit | 0361783be0824f25af9d5150a459b65e77c3136d (patch) | |
tree | fee9a52e4651a46397f4e474e265ea615f9bd07d | |
parent | - Add rc startscript with support to run cloudprint as unprivileged user (diff) |
Minor typo fix, s/insted/instead/
Facilitated by: Snow B.V.
Notes
Notes:
svn path=/head/; revision=347728
Diffstat (limited to '')
-rw-r--r-- | sysutils/puppet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index f76dda5bde1a..76e71909d6af 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -33,7 +33,7 @@ OPTIONS_DEFAULT= PACKAGE_ORIGIN OPTIONS_SINGLE= PATCHES OPTIONS_SINGLE_PATCHES= PACKAGE_ORIGIN PACKAGE_ROOT PACKAGE_ORIGIN_DESC= Use port origin as package name -PACKAGE_ROOT_DESC= Use PACKAGEROOT insted of PACKAGESITE +PACKAGE_ROOT_DESC= Use PACKAGEROOT instead of PACKAGESITE PATCHES_DESC= Optional exclusive patches .include <bsd.port.options.mk> |