diff options
author | tv <tv@pkgsrc.org> | 2006-10-13 13:58:11 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-10-13 13:58:11 +0000 |
commit | a15329a7df736b10d142dc8540ccee519fe4a17a (patch) | |
tree | 7438fcf6ca65492684d2e5bcb99046c89b3f2ae3 /mail/sendmail | |
parent | c5ab2f0f17c58a6921310d1ccee6fcad3d770690 (diff) | |
download | pkgsrc-a15329a7df736b10d142dc8540ccee519fe4a17a.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 |