The following reply was made to PR conf/146821; it has been noted by GNATS.

From: Anonymous <[email protected]>
To: [email protected]
Cc:  
Subject: Re: conf/146821: [patch] texinfo/info: respect LOCALBASE for INFODIR
Date: Sat, 22 May 2010 13:16:55 +0400

 more simpler form
 
 --- a.diff begins here ---
 Index: gnu/usr.bin/texinfo/info/Makefile
 ===================================================================
 --- gnu/usr.bin/texinfo/info/Makefile  (revision 208414)
 +++ gnu/usr.bin/texinfo/info/Makefile  (working copy)
 @@ -8,8 +8,10 @@
        infomap.c m-x.c man.c nodemenu.c nodes.c search.c session.c \
        signals.c terminal.c tilde.c variables.c window.c
  
 -CFLAGS+= -DINFODIR=\"${INFODIR}:/usr/local/info:.\"
 +CFLAGS+= -DINFODIR=\"${INFODIR}:${LOCALBASE}/info:.\"
  
 +LOCALBASE?= /usr/local
 +
  DPADD=        ${LIBTERMCAP} ${LIBTXI}
  LDADD=        -ltermcap ${LIBTXI}
  
 --- a.diff ends here ---
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to