diff options
author | tv <tv> | 2006-10-13 13:58:11 +0000 |
---|---|---|
committer | tv <tv> | 2006-10-13 13:58:11 +0000 |
commit | dd7883293b434bb5d67ab91fb63289dfe968c72b (patch) | |
tree | 7438fcf6ca65492684d2e5bcb99046c89b3f2ae3 /mail/sendmail | |
parent | e7f0e6668f610edb45258760eb0ccf1df5d55a5a (diff) | |
download | pkgsrc-dd7883293b434bb5d67ab91fb63289dfe968c72b.tar.gz |
Fix thinko in previous that prevented compilation.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/files/site.config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/files/site.config.m4 b/mail/sendmail/files/site.config.m4 index 78b59a342fb..59d3c2760f1 100644 --- a/mail/sendmail/files/site.config.m4 +++ b/mail/sendmail/files/site.config.m4 @@ -1,4 +1,4 @@ -# $NetBSD: site.config.m4,v 1.6 2006/10/12 21:04:27 tv Exp $ +# $NetBSD: site.config.m4,v 1.7 2006/10/13 13:58:11 tv Exp $ # pathnames specific to pkgsrc # @@ -16,7 +16,7 @@ define(`confMAN3EXT', `3') define(`confMAN4EXT', `4') define(`confMAN5EXT', `5') define(`confMAN8EXT', `8') -APPENDDEF(`confENVDEF', `-I${PREFIX}/include -DSMRSH_CMDDIR=${SMRSH_CMDDIR}') +APPENDDEF(`confENVDEF', `-I${PREFIX}/include -DSMRSH_CMDDIR=\"${SMRSH_CMDDIR}\"') APPENDDEF(`confLIBS', `-L${PREFIX}/lib') # the following are handled by pkgsrc |