aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2014-07-05 17:16:01 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2014-07-05 17:16:01 +0000
commit13b2c8319487b3442eef1ef31fc18da90df12cd7 (patch)
tree01f3dc48d9a110cac4b726407e67b6167a74a8dd /mail
parent4d191364fd83e2cd16adfc86b1111724a171d3e0 (diff)
downloadports-13b2c8319487b3442eef1ef31fc18da90df12cd7.tar.gz
ports-13b2c8319487b3442eef1ef31fc18da90df12cd7.zip
- Disable developers checks for source files: they are not intended for end-users and
require perl for build stage. Do not bump portrevision, as those checks have no influence on the target package.
Notes
Notes: svn path=/head/; revision=360779
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/exim/files/patch-Makefile b/mail/exim/files/patch-Makefile
new file mode 100644
index 000000000000..2b184a293732
--- /dev/null
+++ b/mail/exim/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2014-07-05 18:05:16.180788015 +0100
++++ Makefile 2014-07-05 18:05:40.464360574 +0100
+@@ -53,7 +53,7 @@
+ # Configure-Makefile script. This does its own dependency checking because of
+ # the optional files.
+
+-configure: checks build-directory
++configure: build-directory
+ @cd build-$(buildname); \
+ build=$(build) $(SHELL) ../scripts/Configure-Makefile
+