diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-07-01 10:17:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-07-01 10:17:18 +0000 |
commit | 6058705eb92698b0d74fd7525019e2a4d9de3de1 (patch) | |
tree | 2d7c58f87fdf5a736918b242c3ca9f5bf2f5ec7d /mail/batv-milter | |
parent | d605da2ddf1d1dbc3a37696fb744d03aadc9b5d0 (diff) | |
download | ports-6058705eb92698b0d74fd7525019e2a4d9de3de1.tar.gz ports-6058705eb92698b0d74fd7525019e2a4d9de3de1.zip |
Notes
Diffstat (limited to 'mail/batv-milter')
-rw-r--r-- | mail/batv-milter/Makefile | 2 | ||||
-rw-r--r-- | mail/batv-milter/files/patch-batv-filter_Makefile.m4 | 14 |
2 files changed, 11 insertions, 5 deletions
diff --git a/mail/batv-milter/Makefile b/mail/batv-milter/Makefile index 056bb96ae3b6..0359589a4c1a 100644 --- a/mail/batv-milter/Makefile +++ b/mail/batv-milter/Makefile @@ -3,7 +3,7 @@ PORTNAME= batv-milter PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF diff --git a/mail/batv-milter/files/patch-batv-filter_Makefile.m4 b/mail/batv-milter/files/patch-batv-filter_Makefile.m4 index 22b913081b79..4f70acc0266b 100644 --- a/mail/batv-milter/files/patch-batv-filter_Makefile.m4 +++ b/mail/batv-milter/files/patch-batv-filter_Makefile.m4 @@ -1,6 +1,6 @@ ---- ./batv-filter/Makefile.m4.orig 2009-04-24 06:11:09.000000000 +0900 -+++ ./batv-filter/Makefile.m4 2009-06-04 07:30:43.000000000 +0900 -@@ -3,6 +3,7 @@ +--- batv-filter/Makefile.m4.orig 2009-04-23 21:11:09 UTC ++++ batv-filter/Makefile.m4 +@@ -3,6 +3,7 @@ include(confBUILDTOOLSDIR`/M4/switch.m4' define(`confMT', `TRUE') define(`confREQUIRE_LIBSM', `true') @@ -8,7 +8,13 @@ APPENDDEF(`confLIBS', `-lssl -lcrypto') dnl Enable and edit these paths as needed: -@@ -20,7 +21,7 @@ +@@ -15,12 +16,12 @@ dnl Enable these next line if needed to + dnl and the libmilter include files: + dnl APPENDDEF(`confINCDIRS', `-I/usr/local/sendmail/include') + dnl APPENDDEF(`confLIBDIRS', `-L/usr/local/sendmail/lib') +- ++APPENDDEF(`confLIBDIRS', `-L/usr/local/lib') + bldPRODUCT_START(`executable', `batv-filter') define(`bldSOURCES', `batv-filter.c config.c util.c ') dnl PREPENDDEF(`confLIBS', ifelse(index(confENVDEF, `-DCOMMERCIAL'), -1, `-lmilter ', `../libmilter/libmilter.a ')) |