1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- 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.
This commit is contained in:
Vsevolod Stakhov 2014-07-05 17:16:01 +00:00
parent 4d191364fd
commit 13b2c83194
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360779

View File

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