Fix 'package' target on FreeBSD 4.x.

This commit is contained in:
Dejan Lesjak 2005-02-01 01:28:33 +00:00
parent bb0455c85b
commit d1f7fd3b32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127818

View file

@ -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