diff options
author | agc <agc> | 2002-02-28 13:42:59 +0000 |
---|---|---|
committer | agc <agc> | 2002-02-28 13:42:59 +0000 |
commit | db9bf3ec73ecd45e2b7e98729241944663b3619a (patch) | |
tree | 13a580d6e1806f8840d61a77f973af74b3709a1f | |
parent | 06fb0f888999710d61ee68e36229a20d4400fbbc (diff) | |
download | pkgsrc-db9bf3ec73ecd45e2b7e98729241944663b3619a.tar.gz |
Pass the definitions of BSD_INSTALL_* down through the environment at
install time.
-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" |