diff options
author | seb <seb@pkgsrc.org> | 2003-07-31 13:55:24 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-31 13:55:24 +0000 |
commit | 788f48db9a661d69c012547f29efb68c7b664659 (patch) | |
tree | 8512bcbc7cbda107d39fc70696e2e4a8bbfa74ec | |
parent | 16437cbe4ceb476b6cc7b2573019d549797408a1 (diff) | |
download | pkgsrc-788f48db9a661d69c012547f29efb68c7b664659.tar.gz |
Sync comments with reality (Trilogy, volume 5).
-rw-r--r-- | mk/texinfo.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mk/texinfo.mk b/mk/texinfo.mk index e4339517f61..cf26cc654e2 100644 --- a/mk/texinfo.mk +++ b/mk/texinfo.mk @@ -1,4 +1,4 @@ -# $NetBSD: texinfo.mk,v 1.16 2003/07/31 13:50:13 seb Exp $ +# $NetBSD: texinfo.mk,v 1.17 2003/07/31 13:55:24 seb Exp $ # # This Makefile fragment is included by bsd.pkg.mk when INFO_FILES and # USE_NEW_TEXINFO are defined. @@ -61,12 +61,11 @@ FILES_SUBST+= INSTALL_INFO=${INSTALL_INFO:Q} FILES_SUBST+= INFO_DIR=${INFO_DIR:Q} .endif # INFO_FILES -# When not using buildlink2 set INSTALL_INFO in environment to ${ECHO} +# When not using buildlink2 set INSTALL_INFO in environment to ${TRUE} # so the package build/install step does not register itself the info # files as this is the job of the INSTALL script. -# WARNING: this is far from being failsafe. -# When not using buildlink2 patch files so that install-info is _not_ -# run are likely to be needed. +# This is far from being 100% robust but it is "Mostly Harmless" +# when it fails to catch some install-info invocations. .if !empty(USE_BUILDLINK2:M[nN][oO]) CONFIGURE_ENV+= INSTALL_INFO="${TRUE}" MAKE_ENV+= INSTALL_INFO="${TRUE}" |