- Allow users to redefine an update target.
Approved by: no objections in ports-developers@
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user