INSTALL/DEINSTALL are completely obsolete now (been deprecated for over
a year)
This commit is contained in:
parent
e609d7dff4
commit
e38014bf41
@ -1,6 +1,6 @@
|
|||||||
#-*- mode: Makefile; tab-width: 4; -*-
|
#-*- mode: Makefile; tab-width: 4; -*-
|
||||||
# ex:ts=4 sw=4 filetype=make:
|
# ex:ts=4 sw=4 filetype=make:
|
||||||
# $OpenBSD: bsd.port.mk,v 1.945 2008/07/26 10:59:20 espie Exp $
|
# $OpenBSD: bsd.port.mk,v 1.946 2008/07/26 11:14:07 espie 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 $
|
||||||
#
|
#
|
||||||
@ -796,12 +796,10 @@ UNMESSAGE ?= ${PKGDIR}/UNMESSAGE
|
|||||||
. endif
|
. endif
|
||||||
|
|
||||||
. if exists(${PKGDIR}/INSTALL)
|
. if exists(${PKGDIR}/INSTALL)
|
||||||
ERRORS += "INSTALL script support is deprecated"
|
ERRORS += "Fatal: INSTALL script support is obsolete"
|
||||||
PKG_ARGS- += -i ${PKGDIR}/INSTALL
|
|
||||||
. endif
|
. endif
|
||||||
. if exists(${PKGDIR}/DEINSTALL)
|
. if exists(${PKGDIR}/DEINSTALL)
|
||||||
ERRORS += "DEINSTALL script support is deprecated"
|
ERRORS += "Fatal: DEINSTALL script support is obsolete"
|
||||||
PKG_ARGS- += -k ${PKGDIR}/DEINSTALL
|
|
||||||
. endif
|
. endif
|
||||||
. if exists(${PKGDIR}/REQ)
|
. if exists(${PKGDIR}/REQ)
|
||||||
ERRORS += "Fatal: REQ script support is obsolete"
|
ERRORS += "Fatal: REQ script support is obsolete"
|
||||||
|
Loading…
Reference in New Issue
Block a user