1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Use .sinclude when possible.

PR:		178271 (based on)
Submitted by:	eadler
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-06-13 02:46:52 +00:00
parent abd4431fe3
commit 69b18336c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389312
2 changed files with 2 additions and 6 deletions

View File

@ -497,9 +497,7 @@ gvfs_RUN_DEPENDS= gvfs>=0:${PORTSDIR}/devel/gvfs
gvfs_USE_GNOME_IMPL= glib20
.if defined(MARCUSCOM_CVS)
. if exists(${PORTSDIR}/Mk/bsd.gnome-experimental.mk)
.include "${PORTSDIR}/Mk/bsd.gnome-experimental.mk"
. endif
.sinclude "${PORTSDIR}/Mk/bsd.gnome-experimental.mk"
.endif
.if defined(INSTALLS_ICONS)

View File

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