diff options
author | mat <mat@FreeBSD.org> | 2015-06-13 10:46:52 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-06-13 10:46:52 +0800 |
commit | 534554a4cfd6fbee48bec20bfcdbfb462174e5b6 (patch) | |
tree | efdbc57762c6cb3fe3aa9a88e66e0f31d6b36224 /Mk/bsd.port.subdir.mk | |
parent | f0f5ff2cc8edb44c5bfcb9f23e03ad82eb40e23c (diff) | |
download | freebsd-ports-gnome-534554a4cfd6fbee48bec20bfcdbfb462174e5b6.tar.gz freebsd-ports-gnome-534554a4cfd6fbee48bec20bfcdbfb462174e5b6.tar.zst freebsd-ports-gnome-534554a4cfd6fbee48bec20bfcdbfb462174e5b6.zip |
Use .sinclude when possible.
PR: 178271 (based on)
Submitted by: eadler
Sponsored by: Absolight
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 3c1bec1836f8..c879ac77a5a9 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -127,9 +127,7 @@ INDEXDIR?= ${PORTSDIR} INDEXFILE?= INDEX-${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # local customization of the ports tree -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif +.sinclude "${.CURDIR}/Makefile.local" TARGETS+= all TARGETS+= build |