summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-15 12:27:02 +0000
committerpeter <peter@FreeBSD.org>1999-01-15 12:27:02 +0000
commit72339915e047cf59c9b55587f80554c1b78b850e (patch)
tree9174e2513af0b11808546094eddc0c6bab3c83bc /gnu/usr.bin/texinfo
parent652cd28bf72fa0c5ce7c0f7a22f0387696bf7571 (diff)
downloadFreeBSD-src-72339915e047cf59c9b55587f80554c1b78b850e.zip
FreeBSD-src-72339915e047cf59c9b55587f80554c1b78b850e.tar.gz
Typo: s/local/locale/ in LOCALEDIR.
Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r--gnu/usr.bin/texinfo/makeinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/makeinfo/Makefile b/gnu/usr.bin/texinfo/makeinfo/Makefile
index 117c651..2037f4c 100644
--- a/gnu/usr.bin/texinfo/makeinfo/Makefile
+++ b/gnu/usr.bin/texinfo/makeinfo/Makefile
@@ -1,11 +1,11 @@
-# $Id$
+# $Id: Makefile,v 1.8 1999/01/14 20:00:46 markm Exp $
PROG= makeinfo
NOMAN= yes
SRCS= makeinfo.c multi.c
CFLAGS+= -DHAVE_CONFIG_H
-CFLAGS+= -DLOCALEDIR=\"/usr/share/local\"
+CFLAGS+= -DLOCALEDIR=\"/usr/share/locale\"
CFLAGS+= -I${TXIDIR}/makeinfo -I${TXIDIR} -I${TXIDIR}/lib -I../libintl
DPADD= ${LIBTXI} ${LIBINTL}
OpenPOWER on IntegriCloud