1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Cosmetic change: add missing quotes.

This commit is contained in:
Clement Laforet 2004-02-26 16:27:44 +00:00
parent 92239222f9
commit 6f044fc4f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102207
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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"