From fd17be89d4d9efae57f3670d02af1f78de1c4e17 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 9 Jun 2000 17:19:46 +0000 Subject: [PATCH] Synch with reality. Then deprecate NO_EXTRACT, NO_PATCH, NO_CONFIGURE (which will be removed soon, as they do nothing except create errors) --- infrastructure/templates/Makefile.template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/infrastructure/templates/Makefile.template b/infrastructure/templates/Makefile.template index 8b9e130cc8b..dbb1b2c5022 100644 --- a/infrastructure/templates/Makefile.template +++ b/infrastructure/templates/Makefile.template @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.template,v 1.21 2000/03/05 17:02:14 espie Exp $ +# $OpenBSD: Makefile.template,v 1.22 2000/06/09 17:19:46 espie Exp $ # $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $ # Original from: credit the original author here # @@ -101,15 +101,13 @@ MASTER_SITES= ??? # #NO_DEPENDS= Yes # NO_WRKDIR is *BAD*, it breaks all dependencies -# NO_WRKSUBDIR is obsolete +# NO_WRKSUBDIR and NO_MTREE are obsolete # Use WRKDIST=${WRKDIR} +# NO_EXTRACT, NO_PATCH, NO_CONFIGURE are deprecated #NO_CHECKSUM= Yes -#NO_PATCH= Yes #EXTRACT_ONLY= instead of NO_EXTRACT, creates WRKDIR correctly -#NO_CONFIGURE= Yes #NO_BUILD= Yes #NO_INSTALL= Yes -#NO_MTREE= Yes #NO_PACKAGE= Yes #NO_PKG_REGISTER= Yes @@ -134,6 +132,7 @@ MASTER_SITES= ??? #WRKDIR= ??? if other than work #WRKDIST= ??? if other than ${WRKDIR}/$DISTNAME #WRKSRC= ??? if other than ${WRKDIST} +#WRKBUILD= ??? if other than ${WRKSRC} #ALL_TARGET= ??? #INSTALL_TARGET= ???