diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2014-07-06 01:16:01 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2014-07-06 01:16:01 +0800 |
commit | 8d7943dd72691b2cd39c632e63e434cbfceb3832 (patch) | |
tree | 01f3dc48d9a110cac4b726407e67b6167a74a8dd /mail | |
parent | 75271d7f2d136970b8fecd7b6b92ba1bbef7f383 (diff) | |
download | freebsd-ports-gnome-8d7943dd72691b2cd39c632e63e434cbfceb3832.tar.gz freebsd-ports-gnome-8d7943dd72691b2cd39c632e63e434cbfceb3832.tar.zst freebsd-ports-gnome-8d7943dd72691b2cd39c632e63e434cbfceb3832.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.
Diffstat (limited to 'mail')
-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 + |