summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-28 21:04:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-28 21:04:26 +0000
commit068fbcc5504a44ee9b5b2558c667aa12a2c9cdf1 (patch)
treeca2b20ceb6750b0de2295fd7d09568db0dd154a9
parentFix leftover dir. This got broken by the previous commit. (diff)
Fix typo
Notes
Notes: svn path=/head/; revision=316751
-rw-r--r--security/dazuko/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/dazuko/Makefile b/security/dazuko/Makefile
index 88ed03b161b5..de68f0cbc7cf 100644
--- a/security/dazuko/Makefile
+++ b/security/dazuko/Makefile
@@ -14,7 +14,7 @@ SUB_FILES= pkg-message
OPTIONS_DEFINE= EXAMPLEC
OPTIONS_DEFAULT= EXAMPLEC
-EXAMPLEC_DESC+ Install C example programs
+EXAMPLEC_DESC= Install C example programs
.include <bsd.port.options.mk>