summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-26 16:27:44 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-26 16:27:44 +0000
commit6f044fc4f1363c76f8b374b48c451218273fce3e (patch)
tree9499fd7eff458f80f8fbb3d124492cdf042b867d /news/inn
parentUpdate mail/postfixadmin to 2.0.4 (diff)
Cosmetic change: add missing quotes.
Notes
Notes: svn path=/head/; revision=102207
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 9c52e9c407ea..3099a49a8879 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -124,7 +124,7 @@ MAN8= actsync.8 actsyncd.8 archive.8 auth_smb.8 batcher.8 buffchan.8 \
.if defined(WITH_STANDARD_ETC)
ETC_DIR= ${PREFIX}/etc/inn
-PLIST_SUB+= ETCDIR=etc/inn
+PLIST_SUB+= ETCDIR="etc/inn"
.else
ETC_DIR= ${PREFIX}/news/etc
PLIST_SUB+= ETCDIR="news/etc"