diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-07-05 17:16:01 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-07-05 17:16:01 +0000 |
commit | 13b2c8319487b3442eef1ef31fc18da90df12cd7 (patch) | |
tree | 01f3dc48d9a110cac4b726407e67b6167a74a8dd /mail/exim/files | |
parent | 4d191364fd83e2cd16adfc86b1111724a171d3e0 (diff) | |
download | ports-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/exim/files')
-rw-r--r-- | mail/exim/files/patch-Makefile | 11 |
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 + |