mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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
@ -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} "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."
|
@${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"
|
DEPENDS_TARGET="package"
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
|
||||||
do-install: # empty
|
do-install: # empty
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user