diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-10-18 12:38:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-10-18 12:38:22 +0000 |
commit | 48a0dae4fb77c695abbeb3d166b6687235ac0a57 (patch) | |
tree | 0ea3ee5c42b078b4a136e3e4ab6966d1099355c2 | |
parent | The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and (diff) |
- fix LDOPS which is parsed twice by m4 now
Notes
Notes:
svn path=/head/; revision=371118
-rw-r--r-- | mail/sendmail/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail/files/site.config.m4.ssl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index bd21c48650bf..558c0784c6ce 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -2,7 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.14.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} diff --git a/mail/sendmail/files/site.config.m4.ssl b/mail/sendmail/files/site.config.m4.ssl index e49f187aca51..6ccb80597c4e 100644 --- a/mail/sendmail/files/site.config.m4.ssl +++ b/mail/sendmail/files/site.config.m4.ssl @@ -1,4 +1,4 @@ APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`confLDOPTS', `-Wl,-rpath=%%LOCALBASE%%/lib') +APPENDDEF(`confLDOPTS', ``-Wl,-rpath=%%LOCALBASE%%/lib'') APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include') APPENDDEF(`conf_sendmail_ENVDEF', `-DHASSRANDOMDEV') |