diff options
Diffstat (limited to 'news/inn-current')
-rw-r--r-- | news/inn-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 7aa24962f4fd..f38d79ea26a9 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -132,7 +132,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 |