diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-26 16:27:44 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-26 16:27:44 +0000 |
commit | 6f044fc4f1363c76f8b374b48c451218273fce3e (patch) | |
tree | 9499fd7eff458f80f8fbb3d124492cdf042b867d | |
parent | Update mail/postfixadmin to 2.0.4 (diff) |
Cosmetic change: add missing quotes.
Notes
Notes:
svn path=/head/; revision=102207
-rw-r--r-- | news/inn-current/Makefile | 2 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 2 | ||||
-rw-r--r-- | news/inn/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index df7da01ed9f6..ec8315dc98e9 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -129,7 +129,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 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" |