From 2f979e8aa576e616420af9c5a6a99c7a836e373b Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 28 Sep 2001 01:48:58 +0000 Subject: [PATCH] remove last vestiges of NO_INSTALL; ok espie@ --- infrastructure/mk/bsd.port.mk | 3 +-- infrastructure/templates/Makefile.template | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index 24c119713f6..8364a472967 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.461 2001/09/27 10:34:19 espie Exp $$ +FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.462 2001/09/28 01:48:58 naddy 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 $ # @@ -72,7 +72,6 @@ ERRORS+= "Fatal: Use 'env FLAVOR=${FLAVOR} ${MAKE}' instead." # displayed instead of the port being generated. # # NO_DESCRIBE - Use a dummy (do-nothing) describe 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. # BROKEN - Port is broken. Set this string to the reason why. diff --git a/infrastructure/templates/Makefile.template b/infrastructure/templates/Makefile.template index 381362d90af..71302580273 100644 --- a/infrastructure/templates/Makefile.template +++ b/infrastructure/templates/Makefile.template @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.template,v 1.34 2001/09/20 20:59:27 brad Exp $ +# $OpenBSD: Makefile.template,v 1.35 2001/09/28 01:48:58 naddy Exp $ # $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $ # Original from: credit the original author here # @@ -142,7 +142,6 @@ MASTER_SITES= ??? #NO_DEPENDS= Yes #NO_CHECKSUM= Yes #NO_BUILD= Yes -#NO_INSTALL= Yes #NO_PKG_REGISTER= Yes # Overrides for default values