diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-06-07 19:40:30 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-06-07 19:40:30 +0000 |
commit | 050d0f846258152820295fb9c872ce5dab826b4e (patch) | |
tree | 494f58deaa5b2df5370360572795c517f1cea836 | |
parent | 2b0c13bcd31eafee986a3b84673e2750ee8e7d5e (diff) | |
download | pkgsrc-050d0f846258152820295fb9c872ce5dab826b4e.tar.gz |
Add VarHaveMan2html=0 to CONFIGURE_ENV to prevent unwanted files which
are not in PLIST if the user has man2html installed.
-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\ |