diff options
| author | Sergey Matveychuk <sem@FreeBSD.org> | 2009-10-22 13:56:49 +0000 |
|---|---|---|
| committer | Sergey Matveychuk <sem@FreeBSD.org> | 2009-10-22 13:56:49 +0000 |
| commit | 83490d18ddac692e4d009305b8585b9bb2f3dc0f (patch) | |
| tree | 33883366f64efcf39893ab36e69a2a7cfcbe8375 /Makefile | |
| parent | 81bbe6fc439f3618f7ed6e2ac0d1134209b6f3e2 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
