diff options
author | frueauf <frueauf> | 1998-06-07 19:40:30 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-06-07 19:40:30 +0000 |
commit | 487762365f715a3bacf1b21038cf15657da3d918 (patch) | |
tree | 494f58deaa5b2df5370360572795c517f1cea836 /x11 | |
parent | 5b59d362d99ec1489335498c1bcad988c3e01bb3 (diff) | |
download | pkgsrc-487762365f715a3bacf1b21038cf15657da3d918.tar.gz |
Add VarHaveMan2html=0 to CONFIGURE_ENV to prevent unwanted files which
are not in PLIST if the user has man2html installed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 5cacea21762..1787ea06ebf 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1998/06/06 20:40:06 tron Exp $ +# $NetBSD: Makefile,v 1.21 1998/06/07 19:40:30 frueauf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -15,7 +15,8 @@ CONFLICTS= lesstif-0.82 lesstif-0.83 lesstif-0.84 lesstif-19980510 GNU_CONFIGURE= yes USE_X11= yes # change this for debugging -CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" +CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + VarHaveMan2html=0 MAN1= mwm.1 xmbind.1 lesstif.1 MAN3= XmClipboard.3 LessTifInternals.3 XmArrowButton.3\ |