forked from Lainports/freebsd-ports
- Allow users to redefine an update target.
Approved by: no objections in ports-developers@
This commit is contained in:
parent
81bbe6fc43
commit
83490d18dd
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -162,6 +162,7 @@ PORTSNAP_FLAGS?= -p ${.CURDIR}
|
|||
.if defined(SUPHOST)
|
||||
SUPFLAGS+= -h ${SUPHOST}
|
||||
.endif
|
||||
.if !target(update)
|
||||
update:
|
||||
.if defined(SUP_UPDATE) && defined(PORTSSUPFILE)
|
||||
@echo "--------------------------------------------------------------"
|
||||
|
|
@ -188,3 +189,4 @@ update:
|
|||
@${PORTSNAP} ${PORTSNAP_FLAGS} update
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue