Pass the definitions of BSD_INSTALL_* down through the environment at

install time.
This commit is contained in:
agc 2002-02-28 13:42:59 +00:00
parent f3a6a2aa50
commit a2991295a9

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2001/07/06 13:11:04 jtb Exp $
# $NetBSD: Makefile,v 1.21 2002/02/28 13:42:59 agc Exp $
# FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp
#
@ -42,7 +42,7 @@ do-configure:
cd ${WRKSRC}; ${MAKE} ${CONFIGURE_TARGET} name=netbsd
do-install:
cd ${WRKSRC}; ${MAKE} dest=${PREFIX} Install
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} dest=${PREFIX} Install
.include "../../mk/bsd.pkg.mk"