diff options
author | asami <asami@FreeBSD.org> | 1995-05-29 13:46:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-29 13:46:38 +0000 |
commit | 7d1c6918bfcfe232b448b7780c8639dda8b82d5a (patch) | |
tree | 5d9176b31d21c568ce01c99f9fb1b81f36aadaf5 /Mk | |
parent | 882bd62929957b70f50ceb86b8f8fe59116e9a33 (diff) | |
download | FreeBSD-ports-7d1c6918bfcfe232b448b7780c8639dda8b82d5a.zip FreeBSD-ports-7d1c6918bfcfe232b448b7780c8639dda8b82d5a.tar.gz |
Remove comment about not being able to undefine a variable, as we *can*
do that.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e6ec45e..a840cdd 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.162 1995/05/13 23:37:16 asami Exp $ +# $Id: bsd.port.mk,v 1.163 1995/05/16 10:31:25 asami Exp $ # # Please view me with 4 column tabs! @@ -365,8 +365,7 @@ is_depended: install # They still check to see if the target exists, and if so don't # do anything, since you might want to set this globally for a # group of ports in a Makefile.inc, but still be able to -# override from an individual Makefile (since you can't _ -# undefine_ a variable in make!). +# override from an individual Makefile. ################################################################ .if defined(NO_EXTRACT) && !target(extract) |