diff options
author | clement <clement@FreeBSD.org> | 2004-02-26 16:27:44 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-26 16:27:44 +0000 |
commit | 468abfa050f94cd12e0b4cd3ae1930d94f7a6863 (patch) | |
tree | 33825dc5aa514c5e2d7deb1fdd2ff2631df01a9f /news/inn-current | |
parent | a156815c0c68d4c41d243d29289d579dc05a3ef3 (diff) | |
download | FreeBSD-ports-468abfa050f94cd12e0b4cd3ae1930d94f7a6863.zip FreeBSD-ports-468abfa050f94cd12e0b4cd3ae1930d94f7a6863.tar.gz |
Cosmetic change: add missing quotes.
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 7aa2496..f38d79e 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 |