Fix 'package' target on FreeBSD 4.x.
This commit is contained in:
parent
bb0455c85b
commit
d1f7fd3b32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127818
1 changed files with 3 additions and 1 deletions
|
@ -55,9 +55,11 @@ pre-everything::
|
|||
@${ECHO_MSG} "upgrade X.Org. If you simply type 'make install' it may use over 2GB to build"
|
||||
@${ECHO_MSG} "all of the subports. You can install the ports singly if you are low on space."
|
||||
|
||||
.if make(package) && empty(DEPENDS_TARGET:Mpackage)
|
||||
.if make(package)
|
||||
.if !defined(DEPENDS_TARGET:Mpackage) || empty(DEPENDS_TARGET:Mpackage)
|
||||
DEPENDS_TARGET="package"
|
||||
.endif
|
||||
.endif
|
||||
|
||||
do-install: # empty
|
||||
|
||||
|
|
Loading…
Reference in a new issue