remove last vestiges of NO_INSTALL; ok espie@

This commit is contained in:
naddy 2001-09-28 01:48:58 +00:00
parent acd1bd5437
commit 2f979e8aa5
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*- #-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make: # 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 $ # $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 $ # $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. # displayed instead of the port being generated.
# #
# NO_DESCRIBE - Use a dummy (do-nothing) describe target. # 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_PACKAGE - Use a dummy (do-nothing) package target.
# NO_PKG_REGISTER - Don't register a port install as a package. # NO_PKG_REGISTER - Don't register a port install as a package.
# BROKEN - Port is broken. Set this string to the reason why. # BROKEN - Port is broken. Set this string to the reason why.

View File

@ -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 $ # $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $
# Original from: credit the original author here # Original from: credit the original author here
# #
@ -142,7 +142,6 @@ MASTER_SITES= ???
#NO_DEPENDS= Yes #NO_DEPENDS= Yes
#NO_CHECKSUM= Yes #NO_CHECKSUM= Yes
#NO_BUILD= Yes #NO_BUILD= Yes
#NO_INSTALL= Yes
#NO_PKG_REGISTER= Yes #NO_PKG_REGISTER= Yes
# Overrides for default values # Overrides for default values