UNMESSAGE

This commit is contained in:
espie 2004-10-11 10:32:04 +00:00
parent e7e1938e25
commit 1bbdaa1cbd

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.650 2004/10/08 19:58:30 sturm Exp $
# $OpenBSD: bsd.port.mk,v 1.651 2004/10/11 10:32:04 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 $
#
@ -669,6 +669,9 @@ _COMMENT=${COMMENT${SUBPACKAGE}}
.if exists(${PKGDIR}/MESSAGE${SUBPACKAGE})
MESSAGE?= ${PKGDIR}/MESSAGE${SUBPACKAGE}
.endif
.if exists(${PKGDIR}/UNMESSAGE${SUBPACKAGE})
UNMESSAGE?= ${PKGDIR}/UNMESSAGE${SUBPACKAGE}
.endif
DESCR?= ${PKGDIR}/DESCR${SUBPACKAGE}
@ -691,6 +694,9 @@ PKG_ARGS+= -r ${PKGDIR}/REQ${SUBPACKAGE}
.if defined(MESSAGE)
PKG_ARGS+= -M ${MESSAGE}
.endif
.if defined(UNMESSAGE)
PKG_ARGS+= -U ${UNMESSAGE}
.endif
.if ${FAKE:L} == "yes"
PKG_ARGS+= -B ${WRKINST}
.endif