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:
parent
abd4431fe3
commit
69b18336c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389312
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user