mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Remove obsolete bundle target, add new fetch target.
This commit is contained in:
parent
3368de2ba0
commit
67669babb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99
@ -1,5 +1,5 @@
|
||||
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
|
||||
# $Id: bsd.port.subdir.mk,v 1.2 1994/08/22 11:20:07 jkh Exp $
|
||||
# $Id: bsd.port.subdir.mk,v 1.3 1994/08/22 13:02:16 jkh Exp $
|
||||
|
||||
.MAIN: all
|
||||
|
||||
@ -35,12 +35,12 @@ ${SUBDIR}::
|
||||
all: _SUBDIRUSE
|
||||
.endif
|
||||
|
||||
.if !target(package)
|
||||
package: _SUBDIRUSE
|
||||
.if !target(fetch)
|
||||
fetch: _SUBDIRUSE
|
||||
.endif
|
||||
|
||||
.if !target(bundle)
|
||||
bundle: _SUBDIRUSE
|
||||
.if !target(package)
|
||||
package: _SUBDIRUSE
|
||||
.endif
|
||||
|
||||
.if !target(extract)
|
||||
|
Loading…
Reference in New Issue
Block a user