Document deprecated variables.

This commit is contained in:
espie 2000-06-09 18:37:31 +00:00
parent fd17be89d4
commit db23a7cde1

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.295 2000/06/09 16:31:54 espie Exp $$
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.296 2000/06/09 18:37:31 espie Exp $$
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
#
@ -169,11 +169,7 @@ _REVISION_NEEDED=${NEED_VERSION:C/.*\.//}
#
#
# NO_BUILD - Use a dummy (do-nothing) build target.
# NO_CONFIGURE - Use a dummy (do-nothing) configure target.
# NO_CDROM - Port may not go on CDROM. Set this string to reason.
# NO_DESCRIBE - Use a dummy (do-nothing) describe target.
# NO_EXTRACT - Use a dummy (do-nothing) extract target.
# NO_PATCH - Use a dummy (do-nothing) patch target.
# NO_INSTALL - Use a dummy (do-nothing) install target.
# NO_PACKAGE - Use a dummy (do-nothing) package target.
# NO_PKG_REGISTER - Don't register a port install as a package.
@ -186,6 +182,12 @@ _REVISION_NEEDED=${NEED_VERSION:C/.*\.//}
# USE_GMAKE - Port uses gmake.
# USE_LIBTOOL - Port uses libtool.
#
# The following variables are deprecated:
# NO_CONFIGURE - Use a dummy (do-nothing) configure target.
# NO_CDROM - Port may not go on CDROM. Set this string to reason.
# NO_EXTRACT - Use a dummy (do-nothing) extract target.
# NO_PATCH - Use a dummy (do-nothing) patch target.
#
# XXX: cygnus products do NOT use autoconf for making its main
# configure from configure.in
# USE_AUTOCONF - Port uses autoconf (implies GNU_CONFIGURE).