diff options
author | agc <agc@pkgsrc.org> | 1998-04-22 17:29:10 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-22 17:29:10 +0000 |
commit | 7b0b3b37474e8db4ffa63e1b3954e7b6f4e7ce82 (patch) | |
tree | 254f3b2592b95bbe44951d4aee6c0d524a1a52c6 /mk | |
parent | 1f4495b33e4a8e2f4279f07f1dc90e949537c6bd (diff) | |
download | pkgsrc-7b0b3b37474e8db4ffa63e1b3954e7b6f4e7ce82.tar.gz |
Restore INFO_FILES change that got lost in the previous commit.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index a7fc274c60e..b4c7eaa37da 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.pkg.mk,v 1.73 1998/04/22 14:22:46 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.74 1998/04/22 17:29:10 agc Exp $ # # This file is derived from bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -1220,8 +1220,8 @@ do-build: do-install: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) @for f in ${INFO_FILES}; do \ - ${ECHO} "install-info --info-dir=${PREFIX}/info ${PREFIX}/info/$$f.info"; \ - install-info --info-dir=${PREFIX}/info ${PREFIX}/info/$$f.info; \ + ${ECHO} "${LOCALBASE}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/$$f"; \ + ${LOCALBASE}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/$$f; \ done .endif |