freebsd-ports/mail/exim/files/patch-Makefile
Vsevolod Stakhov 13b2c83194 - 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.
2014-07-05 17:16:01 +00:00

11 lines
376 B
Text

--- 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