diff options
author | agc <agc@pkgsrc.org> | 2002-02-28 13:42:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-02-28 13:42:59 +0000 |
commit | a2991295a9872c8c23adcd316f6256f7ff845aeb (patch) | |
tree | 13a580d6e1806f8840d61a77f973af74b3709a1f /lang/icon | |
parent | f3a6a2aa50c5b699432cc1352bfa679b862e6c32 (diff) | |
download | pkgsrc-a2991295a9872c8c23adcd316f6256f7ff845aeb.tar.gz |
Pass the definitions of BSD_INSTALL_* down through the environment at
install time.
Diffstat (limited to 'lang/icon')
-rw-r--r-- | lang/icon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index c9a4c910de1..79cbe3a0b2a 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -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" |