Pass more arguments to update-plist

This commit is contained in:
espie 2003-01-06 20:15:39 +00:00
parent ee8385f972
commit b1320b3d67

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.538 2002/12/08 11:04:47 espie Exp $
# $OpenBSD: bsd.port.mk,v 1.539 2003/01/06 20:15:39 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 $
#
@ -2169,6 +2169,9 @@ plist update-plist: fake ${_DEPrun_COOKIES}
INSTALL_PRE_COOKIE=${_INSTALL_PRE_COOKIE} \
DEPS="`${MAKE} package-depends|tsort`" \
PKGREPOSITORY=${PKGREPOSITORY} \
PLIST=${PLIST} \
PFRAG=${PKGDIR}/PFRAG \
FLAVORS=${FLAVORS} \
perl ${PORTSDIR}/infrastructure/install/make-plist ${PKGDIR} ${_tmp}
.endif