From db23a7cde1b730f177dc7bc7abeeeca213ba21f7 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 9 Jun 2000 18:37:31 +0000 Subject: [PATCH] Document deprecated variables. --- infrastructure/mk/bsd.port.mk | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index 71301cf3d03..71204f0f728 100644 --- a/infrastructure/mk/bsd.port.mk +++ b/infrastructure/mk/bsd.port.mk @@ -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).