aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-04-01 15:30:57 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-04-01 15:30:57 +0000
commit2f694bd90ecd5c9bb133aba5c356a05364a7c13e (patch)
tree4d5aa7982d150ea33348972fc1d8344fbc852edd /gnu/usr.bin
parent769e7115b77eb8b5bc57cf27552e3cbe1e89510d (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/texinfo/info/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/info/Makefile b/gnu/usr.bin/texinfo/info/Makefile
index cee6421534cd..d97f040598b6 100644
--- a/gnu/usr.bin/texinfo/info/Makefile
+++ b/gnu/usr.bin/texinfo/info/Makefile
@@ -9,7 +9,7 @@ SRCS= dir.c display.c doc.c dribble.c echo-area.c filesys.c \
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}:/usr/local/info:/usr/X11R6/info:.\"
DPADD+= ${LIBTERMCAP} ${LIBTXI}
LDADD+= -ltermcap ${LIBTXI}